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