com.microsoftopentechnologies.windowsazurestorage.beans
Class StorageAccountInfo

java.lang.Object
  extended by com.microsoftopentechnologies.windowsazurestorage.beans.StorageAccountInfo

public class StorageAccountInfo
extends Object


Constructor Summary
StorageAccountInfo(String storageAccName, String storageAccountKey, String blobEndPointURL)
           
 
Method Summary
 String getBlobEndPointURL()
           
 String getStorageAccName()
           
 String getStorageAccountKey()
           
 void setBlobEndPointURL(String blobEndPointURL)
           
 void setStorageAccName(String storageAccName)
           
 void setStorageAccountKey(String storageAccountKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageAccountInfo

@DataBoundConstructor
public StorageAccountInfo(String storageAccName,
                                               String storageAccountKey,
                                               String blobEndPointURL)
Method Detail

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.