public class UpdateCustomTemplateResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
UpdateCustomTemplateResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
UpdateCustomTemplateResponse() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateCustomTemplateResponse |
build(Map<String,?> map) |
UpdateCustomTemplateResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
UpdateCustomTemplateResponse |
setBody(UpdateCustomTemplateResponseBody body) |
UpdateCustomTemplateResponse |
setHeaders(Map<String,String> headers) |
UpdateCustomTemplateResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public UpdateCustomTemplateResponseBody body
public static UpdateCustomTemplateResponse build(Map<String,?> map) throws Exception
Exception
public UpdateCustomTemplateResponse setHeaders(Map<String,String> headers)
public UpdateCustomTemplateResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdateCustomTemplateResponse setBody(UpdateCustomTemplateResponseBody body)
public UpdateCustomTemplateResponseBody getBody()
Copyright © 2024. All rights reserved.