Class ListInRootKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRootKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<ListInRoot>
@Generated("mdsal-binding-generator")
public class ListInRootKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<ListInRoot>
This class represents the key of
ListInRoot class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListInRootKey(@NonNull String _leafA, @NonNull String _leafB, @NonNull String _leafC) Constructs an instance.ListInRootKey(ListInRootKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
ListInRootKey
Constructs an instance.- Parameters:
_leafA- the entity leafA_leafB- the entity leafB_leafC- the entity leafC- Throws:
NullPointerException- if any of the arguments are null
-
ListInRootKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getLeafA
Return leafA, guaranteed to be non-null.- Returns:
StringleafA, guaranteed to be non-null.
-
getLeafB
Return leafB, guaranteed to be non-null.- Returns:
StringleafB, guaranteed to be non-null.
-
getLeafC
Return leafC, guaranteed to be non-null.- Returns:
StringleafC, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-