Class DataTreeCandidateInputOutput.DataTreeCandidateWithVersion

  • All Implemented Interfaces:
    org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>
    Enclosing class:
    DataTreeCandidateInputOutput

    @NonNullByDefault
    public static final class DataTreeCandidateInputOutput.DataTreeCandidateWithVersion
    extends Object
    implements org.opendaylight.yangtools.concepts.Immutable
    • Constructor Detail

      • DataTreeCandidateWithVersion

        public DataTreeCandidateWithVersion​(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate candidate,
                                            org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion version)
    • Method Detail

      • getCandidate

        public org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate getCandidate()
      • getVersion

        public org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion getVersion()