Class InquiryPriceOpenProVersionPrepaidRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.InquiryPriceOpenProVersionPrepaidRequest
-
public class InquiryPriceOpenProVersionPrepaidRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InquiryPriceOpenProVersionPrepaidRequest()
InquiryPriceOpenProVersionPrepaidRequest(InquiryPriceOpenProVersionPrepaidRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChargePrepaid
getChargePrepaid()
Get 预付费模式(包年包月)参数设置。ProVersionMachine[]
getMachines()
Get 需要开通专业版机器列表数组。void
setChargePrepaid(ChargePrepaid ChargePrepaid)
Set 预付费模式(包年包月)参数设置。void
setMachines(ProVersionMachine[] Machines)
Set 需要开通专业版机器列表数组。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InquiryPriceOpenProVersionPrepaidRequest
public InquiryPriceOpenProVersionPrepaidRequest()
-
InquiryPriceOpenProVersionPrepaidRequest
public InquiryPriceOpenProVersionPrepaidRequest(InquiryPriceOpenProVersionPrepaidRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getChargePrepaid
public ChargePrepaid getChargePrepaid()
Get 预付费模式(包年包月)参数设置。- Returns:
- ChargePrepaid 预付费模式(包年包月)参数设置。
-
setChargePrepaid
public void setChargePrepaid(ChargePrepaid ChargePrepaid)
Set 预付费模式(包年包月)参数设置。- Parameters:
ChargePrepaid
- 预付费模式(包年包月)参数设置。
-
getMachines
public ProVersionMachine[] getMachines()
Get 需要开通专业版机器列表数组。- Returns:
- Machines 需要开通专业版机器列表数组。
-
setMachines
public void setMachines(ProVersionMachine[] Machines)
Set 需要开通专业版机器列表数组。- Parameters:
Machines
- 需要开通专业版机器列表数组。
-
-