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