Class IHCV2
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.IHCV2
-
public class IHCV2 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,表示取不到有效值。Long[]
getIndex()
Get 索引 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get ihc归一化 注意:此字段可能返回 null,表示取不到有效值。String
getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。Value
getValue()
Get ihc详情 注意:此字段可能返回 null,表示取不到有效值。void
setCoords(Coord[] Coords)
Set 原文对应坐标 注意:此字段可能返回 null,表示取不到有效值。void
setIndex(Long[] Index)
Set 索引 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set ihc归一化 注意:此字段可能返回 null,表示取不到有效值。void
setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。void
setValue(Value Value)
Set ihc详情 注意:此字段可能返回 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
-
IHCV2
public IHCV2()
-
IHCV2
public IHCV2(IHCV2 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
-
getIndex
public Long[] getIndex()
Get 索引 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Index 索引 注意:此字段可能返回 null,表示取不到有效值。
-
setIndex
public void setIndex(Long[] Index)
Set 索引 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Index
- 索引 注意:此字段可能返回 null,表示取不到有效值。
-
getSrc
public String getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Src 原文 注意:此字段可能返回 null,表示取不到有效值。
-
setSrc
public void setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Src
- 原文 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get ihc归一化 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name ihc归一化 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set ihc归一化 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- ihc归一化 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public Value getValue()
Get ihc详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value ihc详情 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(Value Value)
Set ihc详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- ihc详情 注意:此字段可能返回 null,表示取不到有效值。
-
getCoords
public Coord[] getCoords()
Get 原文对应坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Coords 原文对应坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCoords
public void setCoords(Coord[] Coords)
Set 原文对应坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Coords
- 原文对应坐标 注意:此字段可能返回 null,表示取不到有效值。
-
-