public class CancelOrganizationMemberAuthAccountRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CancelOrganizationMemberAuthAccountRequest() |
CancelOrganizationMemberAuthAccountRequest(CancelOrganizationMemberAuthAccountRequest 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 |
---|---|
Long |
getMemberUin()
Get Member UIN.
|
Long |
getOrgSubAccountUin()
Get Organization sub-account UIN.
|
Long |
getPolicyId()
Get Policy ID.
|
void |
setMemberUin(Long MemberUin)
Set Member UIN.
|
void |
setOrgSubAccountUin(Long OrgSubAccountUin)
Set Organization sub-account UIN.
|
void |
setPolicyId(Long PolicyId)
Set Policy ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CancelOrganizationMemberAuthAccountRequest()
public CancelOrganizationMemberAuthAccountRequest(CancelOrganizationMemberAuthAccountRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Member UIN.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- Policy ID.public Long getOrgSubAccountUin()
public void setOrgSubAccountUin(Long OrgSubAccountUin)
OrgSubAccountUin
- Organization sub-account UIN.Copyright © 2023. All rights reserved.