Class FunctionTarget
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.FunctionTarget
-
public class FunctionTarget extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FunctionTarget()
FunctionTarget(FunctionTarget 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 FunctionInfo
getFunction()
Get 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。Long
getWeight()
Get 权重void
setFunction(FunctionInfo Function)
Set 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。void
setWeight(Long Weight)
Set 权重void
toMap(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
-
FunctionTarget
public FunctionTarget()
-
FunctionTarget
public FunctionTarget(FunctionTarget 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
-
getFunction
public FunctionInfo getFunction()
Get 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Function 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。
-
setFunction
public void setFunction(FunctionInfo Function)
Set 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Function
- 云函数相关信息 注意:此字段可能返回 null,表示取不到有效值。
-
getWeight
public Long getWeight()
Get 权重- Returns:
- Weight 权重
-
setWeight
public void setWeight(Long Weight)
Set 权重- Parameters:
Weight
- 权重
-
-