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