public class ListPoliciesForTarget extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListPoliciesForTarget() | 
| ListPoliciesForTarget(ListPoliciesForTarget 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 策略创建时间 | 
| String | getAttachTime()Get 策略绑定时间 | 
| String | getName()Get 部门名称 | 
| String | getRemark()Get 备注信息 | 
| Long | getStrategyId()Get 策略Id | 
| String | getStrategyName()Get 策略名称 | 
| Long | getType()Get 关联类型 1-节点 2-用户 | 
| Long | getUin()Get 关联的账号或节点 | 
| String | getUpdateTime()Get 策略更新时间 | 
| void | setAddTime(String AddTime)Set 策略创建时间 | 
| void | setAttachTime(String AttachTime)Set 策略绑定时间 | 
| void | setName(String Name)Set 部门名称 | 
| void | setRemark(String Remark)Set 备注信息 | 
| void | setStrategyId(Long StrategyId)Set 策略Id | 
| void | setStrategyName(String StrategyName)Set 策略名称 | 
| void | setType(Long Type)Set 关联类型 1-节点 2-用户 | 
| void | setUin(Long Uin)Set 关联的账号或节点 | 
| void | setUpdateTime(String UpdateTime)Set 策略更新时间 | 
| 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 ListPoliciesForTarget()
public ListPoliciesForTarget(ListPoliciesForTarget source)
public Long getStrategyId()
public void setStrategyId(Long StrategyId)
StrategyId - 策略Idpublic String getStrategyName()
public void setStrategyName(String StrategyName)
StrategyName - 策略名称public String getRemark()
public void setRemark(String Remark)
Remark - 备注信息public Long getUin()
public void setUin(Long Uin)
Uin - 关联的账号或节点public Long getType()
public void setType(Long Type)
Type - 关联类型 1-节点 2-用户public String getAddTime()
public void setAddTime(String AddTime)
AddTime - 策略创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 策略更新时间public String getName()
public void setName(String Name)
Name - 部门名称public String getAttachTime()
public void setAttachTime(String AttachTime)
AttachTime - 策略绑定时间Copyright © 2025. All rights reserved.