public class UpdateOrganizationMemberRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateOrganizationMemberRequest() |
UpdateOrganizationMemberRequest(UpdateOrganizationMemberRequest 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 |
getIsAllowQuit()
Get 是否允许成员退出组织。取值:Allow-允许、Denied-不允许
|
Long |
getMemberUin()
Get 成员Uin。
|
String |
getName()
Get 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
String |
getPayUin()
Get 代付者Uin。成员财务权限有代付费时需要,取值为成员对应主体的主体管理员Uin
|
Long[] |
getPermissionIds()
Get 成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。
取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须
|
String |
getPolicyType()
Get 关系策略类型。PolicyType不为空,PermissionIds不能为空。取值:Financial
|
String |
getRemark()
Get 备注。最大长度为40个字符
|
void |
setIsAllowQuit(String IsAllowQuit)
Set 是否允许成员退出组织。取值:Allow-允许、Denied-不允许
|
void |
setMemberUin(Long MemberUin)
Set 成员Uin。
|
void |
setName(String Name)
Set 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
void |
setPayUin(String PayUin)
Set 代付者Uin。成员财务权限有代付费时需要,取值为成员对应主体的主体管理员Uin
|
void |
setPermissionIds(Long[] PermissionIds)
Set 成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。
取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须
|
void |
setPolicyType(String PolicyType)
Set 关系策略类型。PolicyType不为空,PermissionIds不能为空。取值:Financial
|
void |
setRemark(String Remark)
Set 备注。最大长度为40个字符
|
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 UpdateOrganizationMemberRequest()
public UpdateOrganizationMemberRequest(UpdateOrganizationMemberRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- 成员Uin。public String getName()
public void setName(String Name)
Name
- 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,public String getRemark()
public void setRemark(String Remark)
Remark
- 备注。最大长度为40个字符public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType
- 关系策略类型。PolicyType不为空,PermissionIds不能为空。取值:Financialpublic Long[] getPermissionIds()
public void setPermissionIds(Long[] PermissionIds)
PermissionIds
- 成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。
取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须public String getIsAllowQuit()
public void setIsAllowQuit(String IsAllowQuit)
IsAllowQuit
- 是否允许成员退出组织。取值:Allow-允许、Denied-不允许public String getPayUin()
public void setPayUin(String PayUin)
PayUin
- 代付者Uin。成员财务权限有代付费时需要,取值为成员对应主体的主体管理员UinCopyright © 2024. All rights reserved.