public class MachineLicenseDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
MachineLicenseDetail() |
MachineLicenseDetail(MachineLicenseDetail 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenewFlag()
Get 自动续费标识 0 默认不自动付费, 1 自动付费 2 手动设置不续费
|
String |
getBuyTime()
Get 购买时间
|
String |
getDeadline()
Get 到期时间,按量付费该值为空
|
String |
getInquireKey()
Get 废弃字段,
|
Long |
getLicenseCnt()
Get 授权数量
|
Long |
getLicenseType()
Get 授权类型
|
Long |
getPayMode()
Get 计费模式, 0 按量计费 , 1 预付费
|
String |
getQuuid()
Get 主机quuid
|
String |
getResourceId()
Get 资源ID
|
Long |
getSourceType()
Get 订单类型,0 默认计费订单 1 试用订单, 2 赠送 3 体验
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标识 0 默认不自动付费, 1 自动付费 2 手动设置不续费
|
void |
setBuyTime(String BuyTime)
Set 购买时间
|
void |
setDeadline(String Deadline)
Set 到期时间,按量付费该值为空
|
void |
setInquireKey(String InquireKey)
Set 废弃字段,
|
void |
setLicenseCnt(Long LicenseCnt)
Set 授权数量
|
void |
setLicenseType(Long LicenseType)
Set 授权类型
|
void |
setPayMode(Long PayMode)
Set 计费模式, 0 按量计费 , 1 预付费
|
void |
setQuuid(String Quuid)
Set 主机quuid
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
void |
setSourceType(Long SourceType)
Set 订单类型,0 默认计费订单 1 试用订单, 2 赠送 3 体验
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MachineLicenseDetail()
public MachineLicenseDetail(MachineLicenseDetail source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机quuidpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 计费模式, 0 按量计费 , 1 预付费public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- 授权类型public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType
- 订单类型,0 默认计费订单 1 试用订单, 2 赠送 3 体验public String getInquireKey()
public void setInquireKey(String InquireKey)
InquireKey
- 废弃字段,public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费标识 0 默认不自动付费, 1 自动付费 2 手动设置不续费public String getDeadline()
public void setDeadline(String Deadline)
Deadline
- 到期时间,按量付费该值为空public String getBuyTime()
public void setBuyTime(String BuyTime)
BuyTime
- 购买时间public Long getLicenseCnt()
public void setLicenseCnt(Long LicenseCnt)
LicenseCnt
- 授权数量Copyright © 2025. All rights reserved.