public class OrganizationUserInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OrganizationUserInfo() | 
| OrganizationUserInfo(OrganizationUserInfo 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 | getAppId()Get 成员账号Appid | 
| Long | getAssetCount()Get 资产数量 | 
| Long | getAttackCount()Get 攻击数量 | 
| Long | getAuthType()Get 1 | 
| String | getCFWProtect()Get 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| Long | getCloudType()Get 账户类型,0为腾讯云账户,1为AWS账户 | 
| String | getCSIPProtect()Get "Free"       //免费版  "Advanced"   //高级版 "Enterprise" //企业版 "Ultimate"   //旗舰版 | 
| String | getCWPProtect()Get 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| Long | getEnable()Get 1启用,0未启用 | 
| Boolean | getIsExpired()Get 多云账户是否过期 | 
| String | getJoinType()Get 账号加入方式,create/invite | 
| String | getJoinTypeInfo()Get 加入方式详细信息 | 
| String | getMemberId()Get 成员账号id | 
| String | getNickName()Get 成员账号名称 | 
| String | getNodeName()Get 部门节点名称,账号所属部门 | 
| String[] | getPermissionList()Get 多云账户 权限列表 | 
| Long | getQuotaConsumer()Get 1为配额消耗者 | 
| Long | getRiskCount()Get 风险数量 | 
| String | getRole()Get Member/Admin/;成员或者管理员 | 
| Long | getSubUserCount()Get 子账号数量 | 
| Long | getSyncFrequency()Get 0为缺省值,1为10分钟,2为1小时,3为24小时 | 
| Long | getTcMemberType()Get 0 腾讯云集团账户
1 腾讯云接入账户
2 非腾讯云 | 
| String | getUin()Get 成员账号Uin | 
| String | getWAFProtect()Get 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| void | setAppId(String AppId)Set 成员账号Appid | 
| void | setAssetCount(Long AssetCount)Set 资产数量 | 
| void | setAttackCount(Long AttackCount)Set 攻击数量 | 
| void | setAuthType(Long AuthType)Set 1 | 
| void | setCFWProtect(String CFWProtect)Set 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| void | setCloudType(Long CloudType)Set 账户类型,0为腾讯云账户,1为AWS账户 | 
| void | setCSIPProtect(String CSIPProtect)Set "Free"       //免费版  "Advanced"   //高级版 "Enterprise" //企业版 "Ultimate"   //旗舰版 | 
| void | setCWPProtect(String CWPProtect)Set 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| void | setEnable(Long Enable)Set 1启用,0未启用 | 
| void | setIsExpired(Boolean IsExpired)Set 多云账户是否过期 | 
| void | setJoinType(String JoinType)Set 账号加入方式,create/invite | 
| void | setJoinTypeInfo(String JoinTypeInfo)Set 加入方式详细信息 | 
| void | setMemberId(String MemberId)Set 成员账号id | 
| void | setNickName(String NickName)Set 成员账号名称 | 
| void | setNodeName(String NodeName)Set 部门节点名称,账号所属部门 | 
| void | setPermissionList(String[] PermissionList)Set 多云账户 权限列表 | 
| void | setQuotaConsumer(Long QuotaConsumer)Set 1为配额消耗者 | 
| void | setRiskCount(Long RiskCount)Set 风险数量 | 
| void | setRole(String Role)Set Member/Admin/;成员或者管理员 | 
| void | setSubUserCount(Long SubUserCount)Set 子账号数量 | 
| void | setSyncFrequency(Long SyncFrequency)Set 0为缺省值,1为10分钟,2为1小时,3为24小时 | 
| void | setTcMemberType(Long TcMemberType)Set 0 腾讯云集团账户
1 腾讯云接入账户
2 非腾讯云 | 
| void | setUin(String Uin)Set 成员账号Uin | 
| void | setWAFProtect(String WAFProtect)Set 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本 | 
| 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 OrganizationUserInfo()
public OrganizationUserInfo(OrganizationUserInfo source)
public String getUin()
public void setUin(String Uin)
Uin - 成员账号Uinpublic String getNickName()
public void setNickName(String NickName)
NickName - 成员账号名称public String getNodeName()
public void setNodeName(String NodeName)
NodeName - 部门节点名称,账号所属部门public Long getAssetCount()
public void setAssetCount(Long AssetCount)
AssetCount - 资产数量public Long getRiskCount()
public void setRiskCount(Long RiskCount)
RiskCount - 风险数量public Long getAttackCount()
public void setAttackCount(Long AttackCount)
AttackCount - 攻击数量public String getRole()
public void setRole(String Role)
Role - Member/Admin/;成员或者管理员public String getMemberId()
public void setMemberId(String MemberId)
MemberId - 成员账号idpublic String getAppId()
public void setAppId(String AppId)
AppId - 成员账号Appidpublic String getJoinType()
public void setJoinType(String JoinType)
JoinType - 账号加入方式,create/invitepublic String getCFWProtect()
public void setCFWProtect(String CFWProtect)
CFWProtect - 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本public String getWAFProtect()
public void setWAFProtect(String WAFProtect)
WAFProtect - 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本public String getCWPProtect()
public void setCWPProtect(String CWPProtect)
CWPProtect - 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本public Long getEnable()
public void setEnable(Long Enable)
Enable - 1启用,0未启用public String getCSIPProtect()
public void setCSIPProtect(String CSIPProtect)
CSIPProtect - "Free"       //免费版  "Advanced"   //高级版 "Enterprise" //企业版 "Ultimate"   //旗舰版public Long getQuotaConsumer()
public void setQuotaConsumer(Long QuotaConsumer)
QuotaConsumer - 1为配额消耗者public Long getCloudType()
public void setCloudType(Long CloudType)
CloudType - 账户类型,0为腾讯云账户,1为AWS账户public Long getSyncFrequency()
public void setSyncFrequency(Long SyncFrequency)
SyncFrequency - 0为缺省值,1为10分钟,2为1小时,3为24小时public Boolean getIsExpired()
public void setIsExpired(Boolean IsExpired)
IsExpired - 多云账户是否过期public String[] getPermissionList()
public void setPermissionList(String[] PermissionList)
PermissionList - 多云账户 权限列表public Long getAuthType()
public void setAuthType(Long AuthType)
AuthType - 1public Long getTcMemberType()
public void setTcMemberType(Long TcMemberType)
TcMemberType - 0 腾讯云集团账户
1 腾讯云接入账户
2 非腾讯云public Long getSubUserCount()
public void setSubUserCount(Long SubUserCount)
SubUserCount - 子账号数量public String getJoinTypeInfo()
public void setJoinTypeInfo(String JoinTypeInfo)
JoinTypeInfo - 加入方式详细信息Copyright © 2025. All rights reserved.