com.microsoftopentechnologies.windowsazurestorage.beans
Class StorageAccountInfo
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.beans.StorageAccountInfo
public class StorageAccountInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageAccountInfo
@DataBoundConstructor
public StorageAccountInfo(String storageAccName,
String storageAccountKey,
String blobEndPointURL)
getStorageAccName
public String getStorageAccName()
setStorageAccName
public void setStorageAccName(String storageAccName)
getStorageAccountKey
public String getStorageAccountKey()
setStorageAccountKey
public void setStorageAccountKey(String storageAccountKey)
getBlobEndPointURL
public String getBlobEndPointURL()
setBlobEndPointURL
public void setBlobEndPointURL(String blobEndPointURL)
Copyright © 2004-2014. All Rights Reserved.