public static class CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyFormData> |
formData |
String |
language
example:
json
|
String |
mode
example:
form-data
|
String |
raw
example:
content
|
List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyUrlEncoding> |
urlEncoding |
| 构造器和说明 |
|---|
CreateSyntheticTaskRequestProtocolRequestContentBody() |
@NameInMap(value="FormData") public List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyFormData> formData
@NameInMap(value="Language") public String language
json
@NameInMap(value="Mode") public String mode
form-data
@NameInMap(value="Raw") public String raw
content
@NameInMap(value="UrlEncoding") public List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyUrlEncoding> urlEncoding
public CreateSyntheticTaskRequestProtocolRequestContentBody()
public static CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody setFormData(List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyFormData> formData)
public List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyFormData> getFormData()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody setLanguage(String language)
public String getLanguage()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody setMode(String mode)
public String getMode()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody setRaw(String raw)
public String getRaw()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBody setUrlEncoding(List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyUrlEncoding> urlEncoding)
public List<CreateSyntheticTaskRequest.CreateSyntheticTaskRequestProtocolRequestContentBodyUrlEncoding> getUrlEncoding()
Copyright © 2024. All rights reserved.