Class StructureModifyItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cii.v20210408.models.StructureModifyItem
-
public class StructureModifyItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StructureModifyItem()
StructureModifyItem(StructureModifyItem 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 String
getMachine()
Get 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。String
getManual()
Get 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。String
getPath()
Get 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。void
setMachine(String Machine)
Set 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。void
setManual(String Manual)
Set 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。void
setPath(String Path)
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
-
StructureModifyItem
public StructureModifyItem()
-
StructureModifyItem
public StructureModifyItem(StructureModifyItem 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
-
getPath
public String getPath()
Get 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path
- 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
-
getMachine
public String getMachine()
Get 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Machine 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
-
setMachine
public void setMachine(String Machine)
Set 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Machine
- 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
-
getManual
public String getManual()
Get 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Manual 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。
-
setManual
public void setManual(String Manual)
Set 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Manual
- 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。
-
-