public class ApproveClientApplyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApproveClientApplyRequest() |
ApproveClientApplyRequest(ApproveClientApplyRequest 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 |
getApproveType()
Get Approval type.
|
Long |
getClientUin()
Get Sub-customer uin.
|
String |
getRejectReason()
Get Reason for rejection.
|
void |
setApproveType(String ApproveType)
Set Approval type.
|
void |
setClientUin(Long ClientUin)
Set Sub-customer uin.
|
void |
setRejectReason(String RejectReason)
Set Reason for rejection.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApproveClientApplyRequest()
public ApproveClientApplyRequest(ApproveClientApplyRequest source)
public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Sub-customer uin.public String getApproveType()
public void setApproveType(String ApproveType)
ApproveType
- Approval type. only supports pass and reject.public String getRejectReason()
public void setRejectReason(String RejectReason)
RejectReason
- Reason for rejection. required only when approvetype is reject.Copyright © 2025. All rights reserved.