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