public class DescribeMNPSensitiveAPIPermissionApprovalListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeMNPSensitiveAPIPermissionApprovalListRequest()  | 
DescribeMNPSensitiveAPIPermissionApprovalListRequest(DescribeMNPSensitiveAPIPermissionApprovalListRequest 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[] | 
getApprovalStatusList()
Get Approval status. 
 | 
String | 
getKeyword()
Get Keywords for search (API name, API method or application name) 
 | 
Long | 
getLimit()
Get Number of results per page 
 | 
Long | 
getOffset()
Get Page offset 
 | 
String | 
getPlatformId()
Get Platform ID 
 | 
void | 
setApprovalStatusList(Long[] ApprovalStatusList)
Set Approval status. 
 | 
void | 
setKeyword(String Keyword)
Set Keywords for search (API name, API method or application name) 
 | 
void | 
setLimit(Long Limit)
Set Number of results per page 
 | 
void | 
setOffset(Long Offset)
Set Page offset 
 | 
void | 
setPlatformId(String PlatformId)
Set Platform ID 
 | 
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 DescribeMNPSensitiveAPIPermissionApprovalListRequest()
public DescribeMNPSensitiveAPIPermissionApprovalListRequest(DescribeMNPSensitiveAPIPermissionApprovalListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - Page offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results per pagepublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId - Platform IDpublic Long[] getApprovalStatusList()
public void setApprovalStatusList(Long[] ApprovalStatusList)
ApprovalStatusList - Approval status. 1: Processing; 20: Rejected; 30: Approvedpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - Keywords for search (API name, API method or application name)Copyright © 2025. All rights reserved.