public class PolicyVersionDetail extends AbstractModel
| Constructor and Description | 
|---|
PolicyVersionDetail()  | 
PolicyVersionDetail(PolicyVersionDetail 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 | 
getCreateDate()
Get Policy version creation time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDocument()
Get Policy syntax text
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getIsDefaultVersion()
Get Whether it is the operative version. 
 | 
Long | 
getVersionId()
Get Policy version ID
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateDate(String CreateDate)
Set Policy version creation time
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDocument(String Document)
Set Policy syntax text
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsDefaultVersion(Long IsDefaultVersion)
Set Whether it is the operative version. 
 | 
void | 
setVersionId(Long VersionId)
Set Policy version ID
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic PolicyVersionDetail()
public PolicyVersionDetail(PolicyVersionDetail source)
public Long getVersionId()
public void setVersionId(Long VersionId)
VersionId - Policy version ID
Note: this field may return null, indicating that no valid values can be obtained.public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate - Policy version creation time
Note: this field may return null, indicating that no valid values can be obtained.public Long getIsDefaultVersion()
public void setIsDefaultVersion(Long IsDefaultVersion)
IsDefaultVersion - Whether it is the operative version. 0: no, 1: yes
Note: this field may return null, indicating that no valid values can be obtained.public String getDocument()
public void setDocument(String Document)
Document - Policy syntax text
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.