@Beta
@NonNullByDefault
public final class MountPointIdentifier
extends org.opendaylight.yangtools.util.AbstractIdentifier<org.opendaylight.yangtools.yang.common.QName>
implements org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument, org.opendaylight.yangtools.concepts.WritableObject
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument o) |
static MountPointIdentifier |
create(org.opendaylight.yangtools.yang.common.QName qname) |
org.opendaylight.yangtools.yang.common.QName |
getLabel() |
org.opendaylight.yangtools.yang.common.QName |
getNodeType() |
static MountPointIdentifier |
of(org.opendaylight.yangtools.yang.common.QName qname) |
static MountPointIdentifier |
readFrom(DataInput in) |
String |
toRelativeString(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument previous) |
void |
writeTo(DataOutput out) |
public static MountPointIdentifier of(org.opendaylight.yangtools.yang.common.QName qname)
public static MountPointIdentifier create(org.opendaylight.yangtools.yang.common.QName qname)
public static MountPointIdentifier readFrom(DataInput in) throws IOException
IOExceptionpublic org.opendaylight.yangtools.yang.common.QName getLabel()
public void writeTo(DataOutput out) throws IOException
writeTo in interface org.opendaylight.yangtools.concepts.WritableObjectIOExceptionpublic int compareTo(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument o)
compareTo in interface Comparable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>public org.opendaylight.yangtools.yang.common.QName getNodeType()
getNodeType in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgumentpublic String toRelativeString(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument previous)
toRelativeString in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgumentCopyright © 2020 OpenDaylight. All rights reserved.