public class DescribeMNPSensitiveAPIPermissionApprovalData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMNPSensitiveAPIPermissionApprovalData()  | 
DescribeMNPSensitiveAPIPermissionApprovalData(DescribeMNPSensitiveAPIPermissionApprovalData 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 | 
getAPIDesc()
Get API feature description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getAPIId()
Get API ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getAPIMethod()
Get API request method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getAPIType()
Get API type. 
 | 
String | 
getApplyReason()
Get Reason for the request
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getApprovalStatus()
Get Approval status. 
 | 
String | 
getRejectReason()
Get Reason for rejection
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAPIDesc(String APIDesc)
Set API feature description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAPIId(String APIId)
Set API ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAPIMethod(String APIMethod)
Set API request method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAPIType(Long APIType)
Set API type. 
 | 
void | 
setApplyReason(String ApplyReason)
Set Reason for the request
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setApprovalStatus(Long ApprovalStatus)
Set Approval status. 
 | 
void | 
setRejectReason(String RejectReason)
Set Reason for rejection
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 DescribeMNPSensitiveAPIPermissionApprovalData()
public DescribeMNPSensitiveAPIPermissionApprovalData(DescribeMNPSensitiveAPIPermissionApprovalData source)
public String getAPIId()
public void setAPIId(String APIId)
APIId - API ID
Note: This field may return null, indicating that no valid values can be obtained.public String getAPIMethod()
public void setAPIMethod(String APIMethod)
APIMethod - API request method
Note: This field may return null, indicating that no valid values can be obtained.public String getApplyReason()
public void setApplyReason(String ApplyReason)
ApplyReason - Reason for the request
Note: This field may return null, indicating that no valid values can be obtained.public String getRejectReason()
public void setRejectReason(String RejectReason)
RejectReason - Reason for rejection
Note: This field may return null, indicating that no valid values can be obtained.public Long getApprovalStatus()
public void setApprovalStatus(Long ApprovalStatus)
ApprovalStatus - Approval status. 20: Rejected; 30: Approved
Note: This field may return null, indicating that no valid values can be obtained.public String getAPIDesc()
public void setAPIDesc(String APIDesc)
APIDesc - API feature description
Note: This field may return null, indicating that no valid values can be obtained.public Long getAPIType()
public void setAPIType(Long APIType)
APIType - API type. 1: System; 2: Custom
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.