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