Class AbstractMountPointContextFactory.MountPointDefinition

java.lang.Object
org.opendaylight.yangtools.concepts.AbstractIdentifiable<T,T>
org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable<org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier>
org.opendaylight.yangtools.rfc8528.data.util.AbstractMountPointContextFactory.MountPointDefinition
All Implemented Interfaces:
Identifiable<org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier>, Immutable
Enclosing class:
AbstractMountPointContextFactory

protected static final class AbstractMountPointContextFactory.MountPointDefinition extends AbstractSimpleIdentifiable<org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier> implements Immutable
Definition of a MountPoint, as known to RFC8528.
  • Method Details

    • getConfig

      public boolean getConfig()
    • getParentReferences

      public com.google.common.collect.ImmutableSet<String> getParentReferences()
    • addToStringAttributes

      protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
      Overrides:
      addToStringAttributes in class AbstractIdentifiable<org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier,org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier>