Class OperationOpsDto
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.OperationOpsDto
-
public class OperationOpsDto extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OperationOpsDto()
OperationOpsDto(OperationOpsDto 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
getErrorDesc()
Get 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。String
getErrorId()
Get 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。Boolean
getResult()
Get 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。String
getResultMsg()
Get 操作结果详情 注意:此字段可能返回 null,表示取不到有效值。void
setErrorDesc(String ErrorDesc)
Set 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。void
setErrorId(String ErrorId)
Set 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。void
setResult(Boolean Result)
Set 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。void
setResultMsg(String ResultMsg)
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
-
OperationOpsDto
public OperationOpsDto()
-
OperationOpsDto
public OperationOpsDto(OperationOpsDto 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
-
getResult
public Boolean getResult()
Get 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Result 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。
-
setResult
public void setResult(Boolean Result)
Set 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Result
- 操作是否成功 注意:此字段可能返回 null,表示取不到有效值。
-
getResultMsg
public String getResultMsg()
Get 操作结果详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResultMsg 操作结果详情 注意:此字段可能返回 null,表示取不到有效值。
-
setResultMsg
public void setResultMsg(String ResultMsg)
Set 操作结果详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResultMsg
- 操作结果详情 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorId
public String getErrorId()
Get 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorId 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorId
public void setErrorId(String ErrorId)
Set 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorId
- 操作失败类型 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorDesc
public String getErrorDesc()
Get 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorDesc 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorDesc
public void setErrorDesc(String ErrorDesc)
Set 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorDesc
- 操作失败描述 注意:此字段可能返回 null,表示取不到有效值。
-
-