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