AzureEntitlement Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. subscriptions. AzureEntitlement
- com.
public class AzureEntitlement
Represents an Azure entitlement.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AzureEntitlement() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getFriendlyName()
Gets the friendly name of the entitlement. |
| java.lang.String |
getId()
Gets the identifier of the entitlement. |
| java.lang.String |
getStatus()
Gets the status of the entitlement. |
| java.lang.String |
getSubscriptionId()
Gets the subscription identifier for the entitlement. |
| void |
setFriendlyName(String value)
Sets the friendly name of the entitlement. |
| void |
setId(String value)
Sets the identifier of the entitlement. |
| void |
setStatus(String value)
Sets the status of the entitlement. |
| void |
setSubscriptionId(String value)
Sets the subscription identifier for the entitlement. |
Inherited Members
Constructor Details
AzureEntitlement
public AzureEntitlement()
Method Details
getFriendlyName
public String getFriendlyName()
Gets the friendly name of the entitlement.
Returns:
getId
public String getId()
Gets the identifier of the entitlement.
Returns:
getStatus
public String getStatus()
Gets the status of the entitlement.
Returns:
getSubscriptionId
public String getSubscriptionId()
Gets the subscription identifier for the entitlement.
Returns:
setFriendlyName
public void setFriendlyName(String value)
Sets the friendly name of the entitlement.
Parameters:
setId
public void setId(String value)
Sets the identifier of the entitlement.
Parameters:
setStatus
public void setStatus(String value)
Sets the status of the entitlement.
Parameters:
setSubscriptionId
public void setSubscriptionId(String value)
Sets the subscription identifier for the entitlement.
Parameters: