public class PolicyVersionDetail extends AbstractModel
header, skipSign| 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 策略版本创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDocument()Get 策略语法文本
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIsDefaultVersion()Get 是否是正在生效的版本。0表示不是,1表示是
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getVersionId()Get 策略版本号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateDate(String CreateDate)Set 策略版本创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDocument(String Document)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, toJsonStringpublic PolicyVersionDetail()
public PolicyVersionDetail(PolicyVersionDetail 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,表示取不到有效值。public String getDocument()
public void setDocument(String Document)
Document - 策略语法文本
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.