Class OpenProxiesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.OpenProxiesRequest
-
public class OpenProxiesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenProxiesRequest()OpenProxiesRequest(OpenProxiesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientToken()Get 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。String[]getInstanceIds()Get (旧参数,请切换到ProxyIds)通道的实例ID列表。String[]getProxyIds()Get (新参数)通道的实例ID列表。voidsetClientToken(String ClientToken)Set 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。voidsetInstanceIds(String[] InstanceIds)Set (旧参数,请切换到ProxyIds)通道的实例ID列表。voidsetProxyIds(String[] ProxyIds)Set (新参数)通道的实例ID列表。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OpenProxiesRequest
public OpenProxiesRequest()
-
OpenProxiesRequest
public OpenProxiesRequest(OpenProxiesRequest 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.
-
-
Method Detail
-
getInstanceIds
public String[] getInstanceIds()
Get (旧参数,请切换到ProxyIds)通道的实例ID列表。- Returns:
- InstanceIds (旧参数,请切换到ProxyIds)通道的实例ID列表。
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set (旧参数,请切换到ProxyIds)通道的实例ID列表。- Parameters:
InstanceIds- (旧参数,请切换到ProxyIds)通道的实例ID列表。
-
getClientToken
public String getClientToken()
Get 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。- Returns:
- ClientToken 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。
-
setClientToken
public void setClientToken(String ClientToken)
Set 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。- Parameters:
ClientToken- 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。 更多详细信息请参阅:如何保证幂等性。
-
getProxyIds
public String[] getProxyIds()
Get (新参数)通道的实例ID列表。- Returns:
- ProxyIds (新参数)通道的实例ID列表。
-
setProxyIds
public void setProxyIds(String[] ProxyIds)
Set (新参数)通道的实例ID列表。- Parameters:
ProxyIds- (新参数)通道的实例ID列表。
-
-