public class CreateApplicationSensitiveAPIReq extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateApplicationSensitiveAPIReq() | 
| CreateApplicationSensitiveAPIReq(CreateApplicationSensitiveAPIReq 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 description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getAPIName()Get API name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAPIType()Get API type. | 
| void | setAPIDesc(String APIDesc)Set API description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAPIName(String APIName)Set API name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAPIType(Long APIType)Set API type. | 
| 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, toJsonStringpublic CreateApplicationSensitiveAPIReq()
public CreateApplicationSensitiveAPIReq(CreateApplicationSensitiveAPIReq source)
public String getAPIName()
public void setAPIName(String APIName)
APIName - API name
Note: This field may return null, indicating that no valid values can be obtained.public String getAPIDesc()
public void setAPIDesc(String APIDesc)
APIDesc - API 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.