public class CreateAPIDocRequest extends AbstractModel
Constructor and Description |
---|
CreateAPIDocRequest() |
CreateAPIDocRequest(CreateAPIDocRequest 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 |
getApiDocName()
Get API document name
|
String[] |
getApiIds()
Get List of APIs for which to generate documents
|
String |
getEnvironment()
Get Environment name
|
String |
getServiceId()
Get Service name
|
void |
setApiDocName(String ApiDocName)
Set API document name
|
void |
setApiIds(String[] ApiIds)
Set List of APIs for which to generate documents
|
void |
setEnvironment(String Environment)
Set Environment name
|
void |
setServiceId(String ServiceId)
Set Service name
|
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 CreateAPIDocRequest()
public CreateAPIDocRequest(CreateAPIDocRequest source)
public String getApiDocName()
public void setApiDocName(String ApiDocName)
ApiDocName
- API document namepublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Service namepublic String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Environment namepublic String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds
- List of APIs for which to generate documentsCopyright © 2023. All rights reserved.