Class DefaultParameterConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tat.v20201028.models.DefaultParameterConf
-
public class DefaultParameterConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DefaultParameterConf()DefaultParameterConf(DefaultParameterConf 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 StringgetParameterDescription()Get 参数描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetParameterName()Get 参数名。 注意:此字段可能返回 null,表示取不到有效值。StringgetParameterValue()Get 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。voidsetParameterDescription(String ParameterDescription)Set 参数描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetParameterName(String ParameterName)Set 参数名。 注意:此字段可能返回 null,表示取不到有效值。voidsetParameterValue(String ParameterValue)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
-
DefaultParameterConf
public DefaultParameterConf()
-
DefaultParameterConf
public DefaultParameterConf(DefaultParameterConf 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
-
getParameterName
public String getParameterName()
Get 参数名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParameterName 参数名。 注意:此字段可能返回 null,表示取不到有效值。
-
setParameterName
public void setParameterName(String ParameterName)
Set 参数名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParameterName- 参数名。 注意:此字段可能返回 null,表示取不到有效值。
-
getParameterValue
public String getParameterValue()
Get 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParameterValue 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
-
setParameterValue
public void setParameterValue(String ParameterValue)
Set 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParameterValue- 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
-
getParameterDescription
public String getParameterDescription()
Get 参数描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParameterDescription 参数描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setParameterDescription
public void setParameterDescription(String ParameterDescription)
Set 参数描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParameterDescription- 参数描述。 注意:此字段可能返回 null,表示取不到有效值。
-
-