Class CloudNativeAPIGatewayBalancedService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayBalancedService
-
public class CloudNativeAPIGatewayBalancedService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudNativeAPIGatewayBalancedService()CloudNativeAPIGatewayBalancedService(CloudNativeAPIGatewayBalancedService 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 FloatgetPercent()Get 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceID()Get 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。StringgetServiceName()Get 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。StringgetUpstreamName()Get Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。voidsetPercent(Float Percent)Set 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceID(String ServiceID)Set 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceName(String ServiceName)Set 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。voidsetUpstreamName(String UpstreamName)Set Upstream 名称,作为入参时,无意义 注意:此字段可能返回 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
-
CloudNativeAPIGatewayBalancedService
public CloudNativeAPIGatewayBalancedService()
-
CloudNativeAPIGatewayBalancedService
public CloudNativeAPIGatewayBalancedService(CloudNativeAPIGatewayBalancedService 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
-
getServiceID
public String getServiceID()
Get 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceID 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceID
public void setServiceID(String ServiceID)
Set 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceID- 服务 ID,作为入参时,必填 注意:此字段可能返回 null,表示取不到有效值。
-
getServiceName
public String getServiceName()
Get 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceName 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceName
public void setServiceName(String ServiceName)
Set 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceName- 服务名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
-
getUpstreamName
public String getUpstreamName()
Get Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpstreamName Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
-
setUpstreamName
public void setUpstreamName(String UpstreamName)
Set Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpstreamName- Upstream 名称,作为入参时,无意义 注意:此字段可能返回 null,表示取不到有效值。
-
getPercent
public Float getPercent()
Get 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Percent 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。
-
setPercent
public void setPercent(Float Percent)
Set 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Percent- 百分比,10 即 10%,范围0-100 注意:此字段可能返回 null,表示取不到有效值。
-
-