org.soyatec.windowsazure.management
Class StorageAccount
java.lang.Object
org.soyatec.windowsazure.management.StorageAccount
public class StorageAccount
- extends java.lang.Object
This class is used to manage the Storage account.
- Author:
- xiaowei.ye@soyatec.com
|
Constructor Summary |
StorageAccount()
Construct a new StorageAccount object. |
StorageAccount(java.lang.String name)
Construct a new StorageAccount object with a name. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StorageAccount
public StorageAccount()
- Construct a new StorageAccount object.
StorageAccount
public StorageAccount(java.lang.String name)
- Construct a new StorageAccount object with a name.
getPrimaryKey
public java.lang.String getPrimaryKey()
- Returns:
- the primaryKey
setPrimaryKey
public void setPrimaryKey(java.lang.String primaryKey)
- Parameters:
primaryKey - the primaryKey to set
getSecondaryKey
public java.lang.String getSecondaryKey()
- Returns:
- the secondaryKey
setSecondaryKey
public void setSecondaryKey(java.lang.String secondaryKey)
- Parameters:
secondaryKey - the secondaryKey to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url - the url to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object