Class BaseItem3
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.BaseItem3
-
public class BaseItem3 extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coord[]
getCoords()
Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 类型 注意:此字段可能返回 null,表示取不到有效值。Long
getOrder()
Get 第几次 注意:此字段可能返回 null,表示取不到有效值。String
getSrc()
Get 原始文本 注意:此字段可能返回 null,表示取不到有效值。String
getValue()
Get 归一化后值 注意:此字段可能返回 null,表示取不到有效值。void
setCoords(Coord[] Coords)
Set 四点坐标 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 类型 注意:此字段可能返回 null,表示取不到有效值。void
setOrder(Long Order)
Set 第几次 注意:此字段可能返回 null,表示取不到有效值。void
setSrc(String Src)
Set 原始文本 注意:此字段可能返回 null,表示取不到有效值。void
setValue(String Value)
Set 归一化后值 注意:此字段可能返回 null,表示取不到有效值。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
-
BaseItem3
public BaseItem3()
-
BaseItem3
public BaseItem3(BaseItem3 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 类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 类型 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 类型 注意:此字段可能返回 null,表示取不到有效值。
-
getSrc
public String getSrc()
Get 原始文本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Src 原始文本 注意:此字段可能返回 null,表示取不到有效值。
-
setSrc
public void setSrc(String Src)
Set 原始文本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Src
- 原始文本 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String getValue()
Get 归一化后值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 归一化后值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 归一化后值 注意:此字段可能返回 null,表示取不到有效值。
-
getCoords
public Coord[] getCoords()
Get 四点坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Coords 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCoords
public void setCoords(Coord[] Coords)
Set 四点坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Coords
- 四点坐标 注意:此字段可能返回 null,表示取不到有效值。
-
getOrder
public Long getOrder()
Get 第几次 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Order 第几次 注意:此字段可能返回 null,表示取不到有效值。
-
setOrder
public void setOrder(Long Order)
Set 第几次 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Order
- 第几次 注意:此字段可能返回 null,表示取不到有效值。
-
-