Class PlatformComponentPropertiesConfig.Value
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.PlatformComponentPropertiesConfig.Value
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- PlatformComponentPropertiesConfig
public static final class PlatformComponentPropertiesConfig.Value extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Value(Boolean _boolean)Value(Long _int64)Value(String _string)Value(BigDecimal _decimal64)Value(PlatformComponentPropertiesConfig.Value source)Creates a copy from Source Object.Value(org.opendaylight.yangtools.yang.common.Uint64 _uint64)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetBoolean()BigDecimalgetDecimal64()LonggetInt64()StringgetString()org.opendaylight.yangtools.yang.common.Uint64getUint64()inthashCode()StringstringValue()Return a String representing the value of this union.StringtoString()
-
-
-
Constructor Detail
-
Value
public Value(String _string)
-
Value
public Value(Boolean _boolean)
-
Value
public Value(Long _int64)
-
Value
public Value(org.opendaylight.yangtools.yang.common.Uint64 _uint64)
-
Value
public Value(BigDecimal _decimal64)
-
Value
public Value(PlatformComponentPropertiesConfig.Value source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
stringValue
public String stringValue()
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getString
public String getString()
-
getBoolean
public Boolean getBoolean()
-
getInt64
public Long getInt64()
-
getUint64
public org.opendaylight.yangtools.yang.common.Uint64 getUint64()
-
getDecimal64
public BigDecimal getDecimal64()
-
-