public class EnterpriseConfigurationItemBooleanV2025R0 extends EnterpriseConfigurationItemV2025R0
| Modifier and Type | Class and Description |
|---|---|
static class |
EnterpriseConfigurationItemBooleanV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
value
The value of the enterprise configuration as a boolean.
|
isUsedexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
EnterpriseConfigurationItemBooleanV2025R0() |
protected |
EnterpriseConfigurationItemBooleanV2025R0(EnterpriseConfigurationItemBooleanV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getValue() |
int |
hashCode() |
String |
toString() |
getIsUsedgetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic EnterpriseConfigurationItemBooleanV2025R0()
protected EnterpriseConfigurationItemBooleanV2025R0(EnterpriseConfigurationItemBooleanV2025R0.Builder builder)
public boolean equals(Object o)
equals in class EnterpriseConfigurationItemV2025R0public int hashCode()
hashCode in class EnterpriseConfigurationItemV2025R0public String toString()
toString in class EnterpriseConfigurationItemV2025R0