public class VersionWhiteConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
VersionWhiteConfig() |
VersionWhiteConfig(VersionWhiteConfig 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 |
getDeadline()
Get 到期天数
|
Boolean |
getIsApplyFor()
Get 是否可申请
|
Long |
getLicenseNum()
Get 授权数量
|
Long |
getSourceType()
Get 类型
|
void |
setDeadline(Long Deadline)
Set 到期天数
|
void |
setIsApplyFor(Boolean IsApplyFor)
Set 是否可申请
|
void |
setLicenseNum(Long LicenseNum)
Set 授权数量
|
void |
setSourceType(Long SourceType)
Set 类型
|
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 VersionWhiteConfig()
public VersionWhiteConfig(VersionWhiteConfig source)
public Long getDeadline()
public void setDeadline(Long Deadline)
Deadline
- 到期天数public Long getLicenseNum()
public void setLicenseNum(Long LicenseNum)
LicenseNum
- 授权数量public Boolean getIsApplyFor()
public void setIsApplyFor(Boolean IsApplyFor)
IsApplyFor
- 是否可申请public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType
- 类型Copyright © 2024. All rights reserved.