ProductUpgradeErrorDetail Class

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

public class ProductUpgradeErrorDetail

Represents error details for a product upgrade.

Constructor Summary

Constructor Description
ProductUpgradeErrorDetail()

Method Summary

Modifier and Type Method and Description
java.lang.String getCode()

Gets the error code of the product upgrade.

java.lang.String getDescription()

Gets the description of the product upgrade.

void setCode(String value)

Sets the error code of the product upgrade.

void setDescription(String value)

Sets the description of 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

ProductUpgradeErrorDetail

public ProductUpgradeErrorDetail()

Method Details

getCode

public String getCode()

Gets the error code of the product upgrade.

Returns:

The error code of the product upgrade.

getDescription

public String getDescription()

Gets the description of the product upgrade.

Returns:

The description of the product upgrade.

setCode

public void setCode(String value)

Sets the error code of the product upgrade.

Parameters:

value - The error code of the product upgrade.

setDescription

public void setDescription(String value)

Sets the description of the product upgrade.

Parameters:

value - The description of the product upgrade.

Applies to