public class DescribePluginsByApiRequest extends AbstractModel
Constructor and Description |
---|
DescribePluginsByApiRequest() |
DescribePluginsByApiRequest(DescribePluginsByApiRequest 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 |
getApiId()
Get ID of the API to query
|
String |
getEnvironmentName()
Get Environment information
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getServiceId()
Get ID of the service to query
|
void |
setApiId(String ApiId)
Set ID of the API to query
|
void |
setEnvironmentName(String EnvironmentName)
Set Environment information
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setServiceId(String ServiceId)
Set ID of the service to query
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePluginsByApiRequest()
public DescribePluginsByApiRequest(DescribePluginsByApiRequest source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- ID of the API to querypublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- ID of the service to querypublic String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- Environment informationpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0Copyright © 2023. All rights reserved.