public class LicenseDetail extends AbstractModel
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 |
---|---|
LicenseRestriction[] |
getConditionSet()
Get 许可证允许信息列表
|
String |
getContent()
Get 许可证内容
|
LicenseRestriction[] |
getForbiddenSet()
Get 许可证要求信息列表
|
LicenseRestriction[] |
getPermissionSet()
Get 许可证禁止信息列表
|
void |
setConditionSet(LicenseRestriction[] ConditionSet)
Set 许可证允许信息列表
|
void |
setContent(String Content)
Set 许可证内容
|
void |
setForbiddenSet(LicenseRestriction[] ForbiddenSet)
Set 许可证要求信息列表
|
void |
setPermissionSet(LicenseRestriction[] PermissionSet)
Set 许可证禁止信息列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LicenseDetail()
public LicenseDetail(LicenseDetail source)
public String getContent()
public void setContent(String Content)
Content
- 许可证内容public LicenseRestriction[] getConditionSet()
public void setConditionSet(LicenseRestriction[] ConditionSet)
ConditionSet
- 许可证允许信息列表public LicenseRestriction[] getForbiddenSet()
public void setForbiddenSet(LicenseRestriction[] ForbiddenSet)
ForbiddenSet
- 许可证要求信息列表public LicenseRestriction[] getPermissionSet()
public void setPermissionSet(LicenseRestriction[] PermissionSet)
PermissionSet
- 许可证禁止信息列表Copyright © 2022. All rights reserved.