Class GetPHostPriceResponse.PHostPriceSet

java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.uphost.models.GetPHostPriceResponse.PHostPriceSet
Enclosing class:
GetPHostPriceResponse

public static class GetPHostPriceResponse.PHostPriceSet extends Response
  • Constructor Details

    • PHostPriceSet

      public PHostPriceSet()
  • Method Details

    • getChargeType

      public String getChargeType()
    • setChargeType

      public void setChargeType(String chargeType)
    • getPrice

      public Double getPrice()
    • setPrice

      public void setPrice(Double price)
    • getProduct

      public String getProduct()
    • setProduct

      public void setProduct(String product)
    • getOriginalPrice

      public Double getOriginalPrice()
    • setOriginalPrice

      public void setOriginalPrice(Double originalPrice)