public class SensitiveApiInfoResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SensitiveApiInfoResp()  | 
SensitiveApiInfoResp(SensitiveApiInfoResp 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 | 
getApiId()
Get APIID 
 | 
String | 
getApiMethod()
Get API method 
 | 
String | 
getApiName()
Get API name 
 | 
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. 
 | 
String | 
getApplicationId()
Get Application ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getApplicationLogo()
Get Application icon
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getApplicationName()
Get Application name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getCreateTime()
Get Creation time 
 | 
String | 
getCreateUser()
Get Creator 
 | 
Long | 
getStatus()
Get API status 0 Public 1 Restricted
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTeamId()
Get Team ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTeamName()
Get Team name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUpdateTime()
Get Update date 
 | 
String | 
getUpdateUser()
Get Updater 
 | 
void | 
setApiDesc(String ApiDesc)
Set API description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setApiId(String ApiId)
Set APIID 
 | 
void | 
setApiMethod(String ApiMethod)
Set API method 
 | 
void | 
setApiName(String ApiName)
Set API name 
 | 
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 | 
setApplicationId(String ApplicationId)
Set Application ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setApplicationLogo(String ApplicationLogo)
Set Application icon
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setApplicationName(String ApplicationName)
Set Application name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setCreateUser(String CreateUser)
Set Creator 
 | 
void | 
setStatus(Long Status)
Set API status 0 Public 1 Restricted
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTeamId(String TeamId)
Set Team ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTeamName(String TeamName)
Set Team name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update date 
 | 
void | 
setUpdateUser(String UpdateUser)
Set Updater 
 | 
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 SensitiveApiInfoResp()
public SensitiveApiInfoResp(SensitiveApiInfoResp source)
public String getApiId()
public void setApiId(String ApiId)
ApiId - APIIDpublic String getApiName()
public void setApiName(String ApiName)
ApiName - API namepublic String getApiMethod()
public void setApiMethod(String ApiMethod)
ApiMethod - API methodpublic 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 String getCreateUser()
public void setCreateUser(String CreateUser)
CreateUser - Creatorpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getUpdateUser()
public void setUpdateUser(String UpdateUser)
UpdateUser - Updaterpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update datepublic String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application name
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamId()
public void setTeamId(String TeamId)
TeamId - Team ID
Note: This field may return null, indicating that no valid values can be obtained.public String getTeamName()
public void setTeamName(String TeamName)
TeamName - Team name
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationLogo()
public void setApplicationLogo(String ApplicationLogo)
ApplicationLogo - Application icon
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.public Long getStatus()
public void setStatus(Long Status)
Status - API status 0 Public 1 Restricted
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.