AzureEntitlement Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

AzureEntitlement

public AzureEntitlement()

Method Details

getFriendlyName

public String getFriendlyName()

Gets the friendly name of the entitlement.

Returns:

The friendly name of the entitlement.

getId

public String getId()

Gets the identifier of the entitlement.

Returns:

The identifier of the entitlement.

getStatus

public String getStatus()

Gets the status of the entitlement.

Returns:

The status of the entitlement.

getSubscriptionId

public String getSubscriptionId()

Gets the subscription identifier for the entitlement.

Returns:

The subscription identifier for the entitlement.

setFriendlyName

public void setFriendlyName(String value)

Sets the friendly name of the entitlement.

Parameters:

value - The friendly name of the entitlement.

setId

public void setId(String value)

Sets the identifier of the entitlement.

Parameters:

value - The identifier of the entitlement.

setStatus

public void setStatus(String value)

Sets the status of the entitlement.

Parameters:

value - The status of the entitlement.

setSubscriptionId

public void setSubscriptionId(String value)

Sets the subscription identifier for the entitlement.

Parameters:

value - The subscription identifier for the entitlement.

Applies to