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