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