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