public class ListTargetsForPolicyNode extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListTargetsForPolicyNode() |
ListTargetsForPolicyNode(ListTargetsForPolicyNode 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 |
getName()
Get 账号或者节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRelatedType()
Get 关联类型 1-节点关联 2-用户关联
|
Long |
getUin()
Get scp账号uin或节点Id
|
void |
setAddTime(String AddTime)
Set 绑定时间
|
void |
setName(String Name)
Set 账号或者节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelatedType(Long RelatedType)
Set 关联类型 1-节点关联 2-用户关联
|
void |
setUin(Long Uin)
Set scp账号uin或节点Id
|
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 ListTargetsForPolicyNode()
public ListTargetsForPolicyNode(ListTargetsForPolicyNode source)
public Long getUin()
public void setUin(Long Uin)
Uin
- scp账号uin或节点Idpublic Long getRelatedType()
public void setRelatedType(Long RelatedType)
RelatedType
- 关联类型 1-节点关联 2-用户关联public String getName()
public void setName(String Name)
Name
- 账号或者节点名称
注意:此字段可能返回 null,表示取不到有效值。public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 绑定时间Copyright © 2024. All rights reserved.