public class GenerateApiDocumentRequest extends AbstractModel
| Constructor and Description | 
|---|
| GenerateApiDocumentRequest() | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.