Class Empty
- java.lang.Object
-
- org.opendaylight.yangtools.yang.common.Empty
-
- All Implemented Interfaces:
Serializable
,Immutable
,MutationBehaviour<Immutable>
@Beta @NonNullByDefault public final class Empty extends Object implements Immutable, Serializable
Dedicated singleton type for YANG's 'type empty' value.- Author:
- Robert Varga
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Empty
getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.Usevalue()
instead.String
toString()
static Empty
value()
Return the singletonEmpty
value.
-
-
-
Method Detail
-
getInstance
@Deprecated(since="7.0.10", forRemoval=true) public static Empty getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.Usevalue()
instead.Return the singletonEmpty
value.- Returns:
- Empty value.
-
-