public class CreateSensitiveAPIRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSensitiveAPIRequest() |
CreateSensitiveAPIRequest(CreateSensitiveAPIRequest 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 |
---|---|
CreateSensitiveAPIReq[] |
getApiList()
Get New API list
|
String |
getApplicationId()
Get Application ID
|
String |
getPlatformId()
Get Platform ID
|
void |
setApiList(CreateSensitiveAPIReq[] ApiList)
Set New API list
|
void |
setApplicationId(String ApplicationId)
Set Application ID
|
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, toJsonString
public CreateSensitiveAPIRequest()
public CreateSensitiveAPIRequest(CreateSensitiveAPIRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application IDpublic CreateSensitiveAPIReq[] getApiList()
public void setApiList(CreateSensitiveAPIReq[] ApiList)
ApiList
- New API listpublic String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId
- Platform IDCopyright © 2025. All rights reserved.