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 策略版本创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsDefaultVersion()
Get 是否是正在生效的版本。0表示不是,1表示是
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVersionId()
Get 策略版本号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateDate(String CreateDate)
Set 策略版本创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDefaultVersion(Long IsDefaultVersion)
Set 是否是正在生效的版本。0表示不是,1表示是
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersionId(Long VersionId)
Set 策略版本号
注意:此字段可能返回 null,表示取不到有效值。
|
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 PolicyVersionItem()
public PolicyVersionItem(PolicyVersionItem source)
public Long getVersionId()
public void setVersionId(Long VersionId)
VersionId
- 策略版本号
注意:此字段可能返回 null,表示取不到有效值。public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate
- 策略版本创建时间
注意:此字段可能返回 null,表示取不到有效值。public Long getIsDefaultVersion()
public void setIsDefaultVersion(Long IsDefaultVersion)
IsDefaultVersion
- 是否是正在生效的版本。0表示不是,1表示是
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.