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 Number of days before expiration 
 | 
Boolean | 
getIsApplyFor()
Get Whether application can be made 
 | 
Long | 
getLicenseNum()
Get Number of authorizations 
 | 
Long | 
getSourceType()
Get Type 
 | 
void | 
setDeadline(Long Deadline)
Set Number of days before expiration 
 | 
void | 
setIsApplyFor(Boolean IsApplyFor)
Set Whether application can be made 
 | 
void | 
setLicenseNum(Long LicenseNum)
Set Number of authorizations 
 | 
void | 
setSourceType(Long SourceType)
Set Type 
 | 
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, toJsonStringpublic VersionWhiteConfig()
public VersionWhiteConfig(VersionWhiteConfig source)
public Long getDeadline()
public void setDeadline(Long Deadline)
Deadline - Number of days before expirationpublic Long getLicenseNum()
public void setLicenseNum(Long LicenseNum)
LicenseNum - Number of authorizationspublic Boolean getIsApplyFor()
public void setIsApplyFor(Boolean IsApplyFor)
IsApplyFor - Whether application can be madepublic Long getSourceType()
public void setSourceType(Long SourceType)
SourceType - TypeCopyright © 2025. All rights reserved.