public class StrategyInfo extends AbstractModel
构造器和说明 |
---|
StrategyInfo() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAddTime()
获取策略创建时间。
|
Long |
getAttachments()
获取关联的用户数
|
Long |
getCreateMode()
获取创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
String |
getDescription()
获取策略描述。
|
Long |
getIsAttached()
获取当需要查询标记实体是否已经关联策略时不为null。
|
Long |
getPolicyId()
获取策略ID。
|
String |
getPolicyName()
获取策略名称。
|
String |
getServiceType()
获取策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
获取策略类型。
|
void |
setAddTime(String AddTime)
设置策略创建时间。
|
void |
setAttachments(Long Attachments)
设置关联的用户数
|
void |
setCreateMode(Long CreateMode)
设置创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
void |
setDescription(String Description)
设置策略描述。
|
void |
setIsAttached(Long IsAttached)
设置当需要查询标记实体是否已经关联策略时不为null。
|
void |
setPolicyId(Long PolicyId)
设置策略ID。
|
void |
setPolicyName(String PolicyName)
设置策略名称。
|
void |
setServiceType(String ServiceType)
设置策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
设置策略类型。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略ID。public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 策略名称。public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 策略创建时间。
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 策略类型。1 表示自定义策略,2 表示预设策略。public String getDescription()
public void setDescription(String Description)
Description
- 策略描述。
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateMode()
public void setCreateMode(Long CreateMode)
CreateMode
- 创建来源,1 通过控制台创建, 2 通过策略语法创建。public Long getAttachments()
public void setAttachments(Long Attachments)
Attachments
- 关联的用户数public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- 策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。public Long getIsAttached()
public void setIsAttached(Long IsAttached)
IsAttached
- 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.