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