Class CandidateRemoved


  • public class CandidateRemoved
    extends Object
    Message sent when a candidate is removed for an entity.
    Author:
    Moiz Raja, Thomas Pantelis
    • Constructor Detail

      • CandidateRemoved

        public CandidateRemoved​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier entityPath,
                                String removedCandidate,
                                Collection<String> remainingCandidates)
    • Method Detail

      • getEntityPath

        public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getEntityPath()
      • getRemovedCandidate

        public String getRemovedCandidate()