public class Plugin extends AbstractModel
header, skipSign
Constructor and Description |
---|
Plugin() |
Plugin(Plugin 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 |
---|---|
AttachedApiInfo[] |
getAttachedApis()
Get Information of the API bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getAttachedApiTotalCount()
Get Total number of APIs bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedTime()
Get Plugin creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
String |
getDescription()
Get Plugin description
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getModifiedTime()
Get Plugin modification time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
String |
getPluginData()
Get Plugin definition statement
|
String |
getPluginId()
Get Plugin ID
|
String |
getPluginName()
Get Plugin name
|
String |
getPluginType()
Get Plugin type
|
void |
setAttachedApis(AttachedApiInfo[] AttachedApis)
Set Information of the API bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAttachedApiTotalCount(Long AttachedApiTotalCount)
Set Total number of APIs bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedTime(String CreatedTime)
Set Plugin creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setDescription(String Description)
Set Plugin description
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setModifiedTime(String ModifiedTime)
Set Plugin modification time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setPluginData(String PluginData)
Set Plugin definition statement
|
void |
setPluginId(String PluginId)
Set Plugin ID
|
void |
setPluginName(String PluginName)
Set Plugin name
|
void |
setPluginType(String PluginType)
Set Plugin 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, toJsonString
public Plugin()
public Plugin(Plugin source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId
- Plugin IDpublic String getPluginName()
public void setPluginName(String PluginName)
PluginName
- Plugin namepublic String getPluginType()
public void setPluginType(String PluginType)
PluginType
- Plugin typepublic String getPluginData()
public void setPluginData(String PluginData)
PluginData
- Plugin definition statementpublic String getDescription()
public void setDescription(String Description)
Description
- Plugin description
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Plugin creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- Plugin modification time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is usedpublic Long getAttachedApiTotalCount()
public void setAttachedApiTotalCount(Long AttachedApiTotalCount)
AttachedApiTotalCount
- Total number of APIs bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.public AttachedApiInfo[] getAttachedApis()
public void setAttachedApis(AttachedApiInfo[] AttachedApis)
AttachedApis
- Information of the API bound with the plugin
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.