Class ModifyCloudBaseRunServerFlowConfRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ModifyCloudBaseRunServerFlowConfRequest
-
public class ModifyCloudBaseRunServerFlowConfRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCloudBaseRunServerFlowConfRequest()ModifyCloudBaseRunServerFlowConfRequest(ModifyCloudBaseRunServerFlowConfRequest 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 StringgetEnvId()Get 环境IDStringgetOperatorRemark()Get 操作备注StringgetServerName()Get 服务名称StringgetTrafficType()Get 流量类型(URL_PARAMS / FLOW / HEADERS)CloudBaseRunVersionFlowItem[]getVersionFlowItems()Get 流量占比voidsetEnvId(String EnvId)Set 环境IDvoidsetOperatorRemark(String OperatorRemark)Set 操作备注voidsetServerName(String ServerName)Set 服务名称voidsetTrafficType(String TrafficType)Set 流量类型(URL_PARAMS / FLOW / HEADERS)voidsetVersionFlowItems(CloudBaseRunVersionFlowItem[] VersionFlowItems)Set 流量占比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
-
ModifyCloudBaseRunServerFlowConfRequest
public ModifyCloudBaseRunServerFlowConfRequest()
-
ModifyCloudBaseRunServerFlowConfRequest
public ModifyCloudBaseRunServerFlowConfRequest(ModifyCloudBaseRunServerFlowConfRequest 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
-
getEnvId
public String getEnvId()
Get 环境ID- Returns:
- EnvId 环境ID
-
setEnvId
public void setEnvId(String EnvId)
Set 环境ID- Parameters:
EnvId- 环境ID
-
getServerName
public String getServerName()
Get 服务名称- Returns:
- ServerName 服务名称
-
setServerName
public void setServerName(String ServerName)
Set 服务名称- Parameters:
ServerName- 服务名称
-
getVersionFlowItems
public CloudBaseRunVersionFlowItem[] getVersionFlowItems()
Get 流量占比- Returns:
- VersionFlowItems 流量占比
-
setVersionFlowItems
public void setVersionFlowItems(CloudBaseRunVersionFlowItem[] VersionFlowItems)
Set 流量占比- Parameters:
VersionFlowItems- 流量占比
-
getTrafficType
public String getTrafficType()
Get 流量类型(URL_PARAMS / FLOW / HEADERS)- Returns:
- TrafficType 流量类型(URL_PARAMS / FLOW / HEADERS)
-
setTrafficType
public void setTrafficType(String TrafficType)
Set 流量类型(URL_PARAMS / FLOW / HEADERS)- Parameters:
TrafficType- 流量类型(URL_PARAMS / FLOW / HEADERS)
-
getOperatorRemark
public String getOperatorRemark()
Get 操作备注- Returns:
- OperatorRemark 操作备注
-
setOperatorRemark
public void setOperatorRemark(String OperatorRemark)
Set 操作备注- Parameters:
OperatorRemark- 操作备注
-
-