Class DescribeProxyCustomConfResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeProxyCustomConfResponse
-
public class DescribeProxyCustomConfResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeProxyCustomConfResponse()DescribeProxyCustomConfResponse(DescribeProxyCustomConfResponse 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 LonggetCount()Get 代理配置数 注意:此字段可能返回 null,表示取不到有效值。CustomConfiggetCustomConf()Get 代理配置 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。RulegetWeightRule()Get 权重限制 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set 代理配置数 注意:此字段可能返回 null,表示取不到有效值。voidsetCustomConf(CustomConfig CustomConf)Set 代理配置 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetWeightRule(Rule WeightRule)Set 权重限制 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeProxyCustomConfResponse
public DescribeProxyCustomConfResponse()
-
DescribeProxyCustomConfResponse
public DescribeProxyCustomConfResponse(DescribeProxyCustomConfResponse 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
-
getCount
public Long getCount()
Get 代理配置数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 代理配置数 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 代理配置数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count- 代理配置数 注意:此字段可能返回 null,表示取不到有效值。
-
getCustomConf
public CustomConfig getCustomConf()
Get 代理配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CustomConf 代理配置 注意:此字段可能返回 null,表示取不到有效值。
-
setCustomConf
public void setCustomConf(CustomConfig CustomConf)
Set 代理配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CustomConf- 代理配置 注意:此字段可能返回 null,表示取不到有效值。
-
getWeightRule
public Rule getWeightRule()
Get 权重限制 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WeightRule 权重限制 注意:此字段可能返回 null,表示取不到有效值。
-
setWeightRule
public void setWeightRule(Rule WeightRule)
Set 权重限制 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WeightRule- 权重限制 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-