Class AzureEntitlement

java.lang.Object
com.microsoft.store.partnercenter.models.subscriptions.AzureEntitlement

public class AzureEntitlement
extends Object
Represents an Azure entitlement.
  • Constructor Details

  • Method Details

    • getFriendlyName

      public String getFriendlyName()
      Gets the friendly name of the entitlement.
      Returns:
      The friendly name of the entitlement.
    • setFriendlyName

      public void setFriendlyName​(String value)
      Sets the friendly name of the entitlement.
      Parameters:
      value - The friendly name of the entitlement.
    • getId

      public String getId()
      Gets the identifier of the entitlement.
      Returns:
      The identifier of the entitlement.
    • setId

      public void setId​(String value)
      Sets the identifier of the entitlement.
      Parameters:
      value - The identifier of the entitlement.
    • getStatus

      public String getStatus()
      Gets the status of the entitlement.
      Returns:
      The status of the entitlement.
    • setStatus

      public void setStatus​(String value)
      Sets the status of the entitlement.
      Parameters:
      value - The status of the entitlement.
    • getSubscriptionId

      public String getSubscriptionId()
      Gets the subscription identifier for the entitlement.
      Returns:
      The subscription identifier for the entitlement.
    • setSubscriptionId

      public void setSubscriptionId​(String value)
      Sets the subscription identifier for the entitlement.
      Parameters:
      value - The subscription identifier for the entitlement.