ProductUpgradeStatus Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeStatus

public class ProductUpgradeStatus

Represents a product upgrade status.

Constructor Summary

Constructor Description
ProductUpgradeStatus()

Method Summary

Modifier and Type Method and Description
ProductUpgradeErrorDetail getErrorDetails()

Gets the error detail for the product upgrade.

java.lang.String getId()

Gets the identifier for the product upgrade.

java.util.List<ProductUpgradeLineItem> getLineItems()

Gets the line items for the product upgrade.

java.lang.String getProductFamily()

Gets the family for the product.

java.lang.String getStatus()

Gets the status for the product upgrade.

void setErrorDetails(ProductUpgradeErrorDetail value)

Sets the error detail for the product upgrade.

void setId(String value)

Sets the identifier for the product upgrade.

void setLineItems(List<ProductUpgradeLineItem> value)

Sets the line items for the product upgrade.

void setProductFamily(String value)

Sets the family for the product.

void setStatus(String value)

Sets the status for the product upgrade.

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

ProductUpgradeStatus

public ProductUpgradeStatus()

Method Details

getErrorDetails

public ProductUpgradeErrorDetail getErrorDetails()

Gets the error detail for the product upgrade.

Returns:

The error detail for the product upgrade.

getId

public String getId()

Gets the identifier for the product upgrade.

Returns:

The identifier for the product upgrade.

getLineItems

public List getLineItems()

Gets the line items for the product upgrade.

Returns:

The line items for the product upgrade.

getProductFamily

public String getProductFamily()

Gets the family for the product.

Returns:

The family for the product.

getStatus

public String getStatus()

Gets the status for the product upgrade.

Returns:

The status for the product upgrade.

setErrorDetails

public void setErrorDetails(ProductUpgradeErrorDetail value)

Sets the error detail for the product upgrade.

Parameters:

value - The error detail for the product upgrade.

setId

public void setId(String value)

Sets the identifier for the product upgrade.

Parameters:

value - The identifier for the product upgrade.

setLineItems

public void setLineItems(List value)

Sets the line items for the product upgrade.

Parameters:

value - The line items for the product upgrade.

setProductFamily

public void setProductFamily(String value)

Sets the family for the product.

Parameters:

value - The family for the product.

setStatus

public void setStatus(String value)

Sets the status for the product upgrade.

Parameters:

value - The status for the product upgrade.

Applies to