|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.soyatec.windowsazure.authenticate.ResourceUriComponents
public class ResourceUriComponents
This type represents the different constituent parts that make up a resource Uri in the context of cloud services.
| Constructor Summary | |
|---|---|
ResourceUriComponents()
Construct a ResourceUriComponents object. |
|
ResourceUriComponents(java.lang.String accountName)
Construct a ResourceUriComponents object. |
|
ResourceUriComponents(java.lang.String accountName,
java.lang.String containerName)
Construct a ResourceUriComponents object. |
|
ResourceUriComponents(java.lang.String accountName,
java.lang.String containerName,
java.lang.String remainingPart)
Construct a ResourceUriComponents object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAccountName()
|
java.lang.String |
getContainerName()
|
java.lang.String |
getRemainingPart()
|
void |
setAccountName(java.lang.String accountName)
Set the account name. |
void |
setContainerName(java.lang.String containerName)
Set the container name of the URI. |
void |
setRemainingPart(java.lang.String remainingPart)
Set the remaining part of the URI. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceUriComponents()
public ResourceUriComponents(java.lang.String accountName)
accountName - The account name that should become part of the URI.
public ResourceUriComponents(java.lang.String accountName,
java.lang.String containerName)
accountName - The account name that should become part of the URI.containerName - The container name (container, queue or table name) that should become part of the URI.
public ResourceUriComponents(java.lang.String accountName,
java.lang.String containerName,
java.lang.String remainingPart)
accountName - The account name that should become part of the URI.containerName - The container name (container, queue or table name) that should become part of the URI.remainingPart - Remaining part of the URI.| Method Detail |
|---|
public java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
accountName - public java.lang.String getContainerName()
public void setContainerName(java.lang.String containerName)
containerName - public java.lang.String getRemainingPart()
public void setRemainingPart(java.lang.String remainingPart)
remainingPart -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||