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