public class ListPolicyNode extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListPolicyNode() |
ListPolicyNode(ListPolicyNode 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 |
getAddTime()
Get 策略创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAttachedTimes()
Get 策略绑定次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 策略描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPolicyId()
Get 策略Id
|
String |
getPolicyName()
Get 策略名称
|
Long |
getType()
Get 策略类型 1-自定义 2-预设
|
String |
getUpdateTime()
Get 策略更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddTime(String AddTime)
Set 策略创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachedTimes(Long AttachedTimes)
Set 策略绑定次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 策略描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPolicyId(Long PolicyId)
Set 策略Id
|
void |
setPolicyName(String PolicyName)
Set 策略名称
|
void |
setType(Long Type)
Set 策略类型 1-自定义 2-预设
|
void |
setUpdateTime(String UpdateTime)
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 ListPolicyNode()
public ListPolicyNode(ListPolicyNode source)
public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 策略创建时间
注意:此字段可能返回 null,表示取不到有效值。public Long getAttachedTimes()
public void setAttachedTimes(Long AttachedTimes)
AttachedTimes
- 策略绑定次数
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 策略描述信息
注意:此字段可能返回 null,表示取不到有效值。public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 策略名称public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略Idpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 策略更新时间
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 策略类型 1-自定义 2-预设Copyright © 2024. All rights reserved.