Class ProductUpgradeErrorDetail

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

public class ProductUpgradeErrorDetail
extends Object
Represents error details for a product upgrade.
  • Constructor Details

  • Method Details

    • getCode

      public String getCode()
      Gets the error code of the product upgrade.
      Returns:
      The error code 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.
    • getDescription

      public String getDescription()
      Gets the description of the product upgrade.
      Returns:
      The description 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.