Class VersionWeight
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.VersionWeight
-
public class VersionWeight extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VersionWeight()VersionWeight(VersionWeight 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 StringgetVersion()Get 函数版本名称FloatgetWeight()Get 该版本的权重voidsetVersion(String Version)Set 函数版本名称voidsetWeight(Float Weight)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
-
VersionWeight
public VersionWeight()
-
VersionWeight
public VersionWeight(VersionWeight 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
-
getVersion
public String getVersion()
Get 函数版本名称- Returns:
- Version 函数版本名称
-
setVersion
public void setVersion(String Version)
Set 函数版本名称- Parameters:
Version- 函数版本名称
-
getWeight
public Float getWeight()
Get 该版本的权重- Returns:
- Weight 该版本的权重
-
setWeight
public void setWeight(Float Weight)
Set 该版本的权重- Parameters:
Weight- 该版本的权重
-
-