public class UpdateUpstreamTargetsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateUpstreamTargetsRequest() | 
| UpdateUpstreamTargetsRequest(UpdateUpstreamTargetsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGatewayId()Get 网关实例ID | 
| String | getName()Get 服务名称或ID | 
| KongTarget[] | getTargets()Get 实例列表 | 
| void | setGatewayId(String GatewayId)Set 网关实例ID | 
| void | setName(String Name)Set 服务名称或ID | 
| void | setTargets(KongTarget[] Targets)Set 实例列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateUpstreamTargetsRequest()
public UpdateUpstreamTargetsRequest(UpdateUpstreamTargetsRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关实例IDpublic String getName()
public void setName(String Name)
Name - 服务名称或IDpublic KongTarget[] getTargets()
public void setTargets(KongTarget[] Targets)
Targets - 实例列表Copyright © 2025. All rights reserved.