Class PropertyField
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.PropertyField
-
public class PropertyField extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PropertyField()PropertyField(PropertyField 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 StringgetDescription()Get 属性描述 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 属性名称StringgetType()Get 属性类型voidsetDescription(String Description)Set 属性描述 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 属性名称voidsetType(String Type)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
-
PropertyField
public PropertyField()
-
PropertyField
public PropertyField(PropertyField 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
-
getName
public String getName()
Get 属性名称- Returns:
- Name 属性名称
-
setName
public void setName(String Name)
Set 属性名称- Parameters:
Name- 属性名称
-
getType
public String getType()
Get 属性类型- Returns:
- Type 属性类型
-
setType
public void setType(String Type)
Set 属性类型- Parameters:
Type- 属性类型
-
getDescription
public String getDescription()
Get 属性描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 属性描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 属性描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 属性描述 注意:此字段可能返回 null,表示取不到有效值。
-
-