Class AzureEntitlement
java.lang.Object
com.microsoft.store.partnercenter.models.subscriptions.AzureEntitlement
public class AzureEntitlement extends Object
Represents an Azure entitlement.
-
Constructor Summary
Constructors Constructor Description AzureEntitlement() -
Method Summary
Modifier and Type Method Description StringgetFriendlyName()Gets the friendly name of the entitlement.StringgetId()Gets the identifier of the entitlement.StringgetStatus()Gets the status of the entitlement.StringgetSubscriptionId()Gets the subscription identifier for the entitlement.voidsetFriendlyName(String value)Sets the friendly name of the entitlement.voidsetId(String value)Sets the identifier of the entitlement.voidsetStatus(String value)Sets the status of the entitlement.voidsetSubscriptionId(String value)Sets the subscription identifier for the entitlement.
-
Constructor Details
-
AzureEntitlement
public AzureEntitlement()
-
-
Method Details
-
getFriendlyName
Gets the friendly name of the entitlement.- Returns:
- The friendly name of the entitlement.
-
setFriendlyName
Sets the friendly name of the entitlement.- Parameters:
value- The friendly name of the entitlement.
-
getId
Gets the identifier of the entitlement.- Returns:
- The identifier of the entitlement.
-
setId
Sets the identifier of the entitlement.- Parameters:
value- The identifier of the entitlement.
-
getStatus
Gets the status of the entitlement.- Returns:
- The status of the entitlement.
-
setStatus
Sets the status of the entitlement.- Parameters:
value- The status of the entitlement.
-
getSubscriptionId
Gets the subscription identifier for the entitlement.- Returns:
- The subscription identifier for the entitlement.
-
setSubscriptionId
Sets the subscription identifier for the entitlement.- Parameters:
value- The subscription identifier for the entitlement.
-