public class PolicyVersionItem extends AbstractModel
Constructor and Description |
---|
PolicyVersionItem() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.