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