public class LicenseDetail extends AbstractModel
skipSign
Constructor and Description |
---|
LicenseDetail() |
LicenseDetail(LicenseDetail 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 |
---|---|
String |
getAlias()
Get 资源别名
|
Long |
getAutoRenewFlag()
Get 0 初始化,1 自动续费,2 不自动续费
|
String |
getBuyTime()
Get 购买时间
|
String |
getDeadline()
Get 截止日期
|
Long |
getLicenseCnt()
Get 总授权数
|
Long |
getLicenseId()
Get 授权ID
|
Long |
getLicenseStatus()
Get 授权状态 0 未使用,1 部分使用, 2 已用完, 3 不可用
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLicenseType()
Get 授权类型,0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
Long |
getOrderStatus()
Get 订单状态 1 正常 2隔离, 3销毁
|
Long |
getProjectId()
Get 项目ID
|
String |
getResourceId()
Get 订单资源ID
|
Long |
getSourceType()
Get 是否试用订单.
|
Tags[] |
getTags()
Get 平台标签
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTaskId()
Get 任务ID ,默认0 ,查询绑定进度用
|
Long |
getUsedLicenseCnt()
Get 已使用授权数
|
void |
setAlias(String Alias)
Set 资源别名
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 0 初始化,1 自动续费,2 不自动续费
|
void |
setBuyTime(String BuyTime)
Set 购买时间
|
void |
setDeadline(String Deadline)
Set 截止日期
|
void |
setLicenseCnt(Long LicenseCnt)
Set 总授权数
|
void |
setLicenseId(Long LicenseId)
Set 授权ID
|
void |
setLicenseStatus(Long LicenseStatus)
Set 授权状态 0 未使用,1 部分使用, 2 已用完, 3 不可用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLicenseType(Long LicenseType)
Set 授权类型,0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
void |
setOrderStatus(Long OrderStatus)
Set 订单状态 1 正常 2隔离, 3销毁
|
void |
setProjectId(Long ProjectId)
Set 项目ID
|
void |
setResourceId(String ResourceId)
Set 订单资源ID
|
void |
setSourceType(Long SourceType)
Set 是否试用订单.
|
void |
setTags(Tags[] Tags)
Set 平台标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskId(Long TaskId)
Set 任务ID ,默认0 ,查询绑定进度用
|
void |
setUsedLicenseCnt(Long UsedLicenseCnt)
Set 已使用授权数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LicenseDetail()
public LicenseDetail(LicenseDetail source)
public Long getLicenseId()
public void setLicenseId(Long LicenseId)
LicenseId
- 授权IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- 授权类型,0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月public Long getLicenseStatus()
public void setLicenseStatus(Long LicenseStatus)
LicenseStatus
- 授权状态 0 未使用,1 部分使用, 2 已用完, 3 不可用
注意:此字段可能返回 null,表示取不到有效值。public Long getLicenseCnt()
public void setLicenseCnt(Long LicenseCnt)
LicenseCnt
- 总授权数public Long getUsedLicenseCnt()
public void setUsedLicenseCnt(Long UsedLicenseCnt)
UsedLicenseCnt
- 已使用授权数public Long getOrderStatus()
public void setOrderStatus(Long OrderStatus)
OrderStatus
- 订单状态 1 正常 2隔离, 3销毁public String getDeadline()
public void setDeadline(String Deadline)
Deadline
- 截止日期public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 订单资源IDpublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 0 初始化,1 自动续费,2 不自动续费public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- 任务ID ,默认0 ,查询绑定进度用public String getBuyTime()
public void setBuyTime(String BuyTime)
BuyTime
- 购买时间public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType
- 是否试用订单.public String getAlias()
public void setAlias(String Alias)
Alias
- 资源别名public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- 平台标签
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.