Class AfiSafiKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.AfiSafiKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.Key<AfiSafi>
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class AfiSafiKey
extends Object
implements org.opendaylight.yangtools.binding.Key<AfiSafi>
This class represents the key of
AfiSafi
class.- See Also:
-
Constructor Summary
ConstructorDescriptionAfiSafiKey
(AfiSafiKey source) Creates a copy from Source Object.AfiSafiKey
(@NonNull AfiSafiType _afiSafiName) Constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
@NonNull AfiSafiType
Return afiSafiName, guaranteed to be non-null.int
hashCode()
toString()
-
Constructor Details
-
AfiSafiKey
Constructs an instance.- Parameters:
_afiSafiName
- the entity afiSafiName- Throws:
NullPointerException
- if any of the arguments are null
-
AfiSafiKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getAfiSafiName
Return afiSafiName, guaranteed to be non-null.- Returns:
AfiSafiType
afiSafiName, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-