public class UpdateDiagnosisSettingsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
body |
String |
clientToken
A unique token generated by the client to guarantee the idempotency of the request.
|
String |
lang
The language of the response.
|
构造器和说明 |
---|
UpdateDiagnosisSettingsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateDiagnosisSettingsRequest |
build(Map<String,?> map) |
String |
getBody() |
String |
getClientToken() |
String |
getLang() |
UpdateDiagnosisSettingsRequest |
setBody(String body) |
UpdateDiagnosisSettingsRequest |
setClientToken(String clientToken) |
UpdateDiagnosisSettingsRequest |
setLang(String lang) |
@NameInMap(value="ClientToken") public String clientToken
A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.
@NameInMap(value="body") public String body
@NameInMap(value="lang") public String lang
The language of the response. Default value: en.
public static UpdateDiagnosisSettingsRequest build(Map<String,?> map) throws Exception
Exception
public UpdateDiagnosisSettingsRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateDiagnosisSettingsRequest setBody(String body)
public String getBody()
public UpdateDiagnosisSettingsRequest setLang(String lang)
public String getLang()
Copyright © 2024. All rights reserved.