public class PolicyVersionItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
PolicyVersionItem() |
PolicyVersionItem(PolicyVersionItem 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.
|
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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PolicyVersionItem()
public PolicyVersionItem(PolicyVersionItem 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.Copyright © 2024. All rights reserved.