Class OnlineVersionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcbr.v20220217.models.OnlineVersionInfo
-
public class OnlineVersionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OnlineVersionInfo()OnlineVersionInfo(OnlineVersionInfo 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 StringgetFlowRatio()Get 流量 注意:此字段可能返回 null,表示取不到有效值。StringgetImageUrl()Get 镜像url 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionName()Get 版本名 注意:此字段可能返回 null,表示取不到有效值。voidsetFlowRatio(String FlowRatio)Set 流量 注意:此字段可能返回 null,表示取不到有效值。voidsetImageUrl(String ImageUrl)Set 镜像url 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionName(String VersionName)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
-
OnlineVersionInfo
public OnlineVersionInfo()
-
OnlineVersionInfo
public OnlineVersionInfo(OnlineVersionInfo 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
-
getVersionName
public String getVersionName()
Get 版本名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionName 版本名 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionName
public void setVersionName(String VersionName)
Set 版本名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionName- 版本名 注意:此字段可能返回 null,表示取不到有效值。
-
getImageUrl
public String getImageUrl()
Get 镜像url 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ImageUrl 镜像url 注意:此字段可能返回 null,表示取不到有效值。
-
setImageUrl
public void setImageUrl(String ImageUrl)
Set 镜像url 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ImageUrl- 镜像url 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowRatio
public String getFlowRatio()
Get 流量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowRatio 流量 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowRatio
public void setFlowRatio(String FlowRatio)
Set 流量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowRatio- 流量 注意:此字段可能返回 null,表示取不到有效值。
-
-