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