public class GenerateApiDocumentRequest extends AbstractModel
Constructor and Description |
---|
GenerateApiDocumentRequest() |
GenerateApiDocumentRequest(GenerateApiDocumentRequest 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 |
getGenEnvironment()
Get Environment of the service for which to create an SDK.
|
String |
getGenLanguage()
Get Programming language of the SDK to be created.
|
String |
getServiceId()
Get Unique service ID of the document to be created.
|
void |
setGenEnvironment(String GenEnvironment)
Set Environment of the service for which to create an SDK.
|
void |
setGenLanguage(String GenLanguage)
Set Programming language of the SDK to be created.
|
void |
setServiceId(String ServiceId)
Set Unique service ID of the document to be created.
|
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 GenerateApiDocumentRequest()
public GenerateApiDocumentRequest(GenerateApiDocumentRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique service ID of the document to be created.public String getGenEnvironment()
public void setGenEnvironment(String GenEnvironment)
GenEnvironment
- Environment of the service for which to create an SDK.public String getGenLanguage()
public void setGenLanguage(String GenLanguage)
GenLanguage
- Programming language of the SDK to be created. Currently, only Python and JavaScript are supported.Copyright © 2023. All rights reserved.