Class OperationInfoDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.OperationInfoDetail
-
public class OperationInfoDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OperationInfoDetail()OperationInfoDetail(OperationInfoDetail 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 StringgetDisabledReason()Get 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnabled()Get 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。BooleangetSupported()Get 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。voidsetDisabledReason(String DisabledReason)Set 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。voidsetEnabled(Boolean Enabled)Set 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。voidsetSupported(Boolean Supported)Set 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。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
-
OperationInfoDetail
public OperationInfoDetail()
-
OperationInfoDetail
public OperationInfoDetail(OperationInfoDetail 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
-
getDisabledReason
public String getDisabledReason()
Get 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DisabledReason 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。
-
setDisabledReason
public void setDisabledReason(String DisabledReason)
Set 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DisabledReason- 不显示的原因 注意:此字段可能返回 null,表示取不到有效值。
-
getEnabled
public Boolean getEnabled()
Get 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Enabled 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。
-
setEnabled
public void setEnabled(Boolean Enabled)
Set 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Enabled- 该按钮是否可点击 注意:此字段可能返回 null,表示取不到有效值。
-
getSupported
public Boolean getSupported()
Get 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Supported 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。
-
setSupported
public void setSupported(Boolean Supported)
Set 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Supported- 是否显示该按钮 注意:此字段可能返回 null,表示取不到有效值。
-
-