public class ApproveSubAgentApplyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApproveSubAgentApplyRequest()  | 
ApproveSubAgentApplyRequest(ApproveSubAgentApplyRequest 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. 
 | 
String | 
getRejectReason()
Get Reason for rejection. 
 | 
Long | 
getSubAgentUin()
Get Second-level reseller UIN. 
 | 
void | 
setApproveType(String ApproveType)
Set Approval type. 
 | 
void | 
setRejectReason(String RejectReason)
Set Reason for rejection. 
 | 
void | 
setSubAgentUin(Long SubAgentUin)
Set Second-level reseller UIN. 
 | 
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 ApproveSubAgentApplyRequest()
public ApproveSubAgentApplyRequest(ApproveSubAgentApplyRequest source)
public Long getSubAgentUin()
public void setSubAgentUin(Long SubAgentUin)
SubAgentUin - Second-level reseller UIN.public String getApproveType()
public void setApproveType(String ApproveType)
ApproveType - Approval type. Only pass and reject are supported.public String getRejectReason()
public void setRejectReason(String RejectReason)
RejectReason - Reason for rejection. Fill in only when ApproveType is reject.Copyright © 2025. All rights reserved.