public class CreateSensitiveAPIReq extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSensitiveAPIReq() |
CreateSensitiveAPIReq(CreateSensitiveAPIReq 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 1-System API 2-Custom API
Note: This field may return null, indicating that no valid values can be obtained.
|
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 1-System API 2-Custom API
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateSensitiveAPIReq()
public CreateSensitiveAPIReq(CreateSensitiveAPIReq 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 API 2-Custom API
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.