Interface NxActionMultipath
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<NxActionMultipath>,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxActionMultipathGrouping>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface NxActionMultipath
extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxActionMultipathGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionMultipath>
This class represents the following YANG schema fragment defined in module nicira-action
container nx-action-multipath {
leaf fields {
type ofj-nx-hash-fields;
}
leaf basis {
type uint16;
default 0x400;
}
leaf algorithm {
type ofj-nx-mp-algorithm;
}
leaf max-link {
type uint16;
}
leaf arg {
type uint32;
}
leaf ofs-nbits {
type uint16;
}
leaf dst {
type uint32;
}
leaf experimenter-id {
type oft:experimenter-id;
}
}
To create instances of this class use NxActionMultipathBuilder.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbindingEquals(@NonNull NxActionMultipath thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intbindingHashCode(@NonNull NxActionMultipath obj) Default implementation ofObject.hashCode()contract for this interface.static StringbindingToString(@NonNull NxActionMultipath obj) Default implementation ofObject.toString()contract for this interface.Return algorithm, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32getArg()Return arg, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16getBasis()Return basis, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32getDst()Return dst, ornullif it is not present.Return experimenterId, ornullif it is not present.Return fields, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16Return maxLink, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16Return ofsNbits, ornullif it is not present.default Class<NxActionMultipath>default @NonNull OfjNxMpAlgorithmReturn algorithm, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return arg, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16Return basis, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return dst, guaranteed to be non-null.default @NonNull ExperimenterIdReturn experimenterId, guaranteed to be non-null.default @NonNull OfjNxHashFieldsReturn fields, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16Return maxLink, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16Return ofsNbits, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable
augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentations
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
bindingHashCode
Default implementation ofObject.hashCode()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.- Parameters:
obj- Object for which to generate hashCode() result.- Returns:
- Hash code value of data modeled by this interface.
- Throws:
NullPointerException- ifobjis null
-
bindingEquals
Default implementation ofObject.equals(Object)contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.- Parameters:
thisObj- Object acting as the receiver of equals invocationobj- Object acting as argument to equals invocation- Returns:
- True if thisObj and obj are considered equal
- Throws:
NullPointerException- ifthisObjis null
-
bindingToString
Default implementation ofObject.toString()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.- Parameters:
obj- Object for which to generate toString() result.- Returns:
Stringvalue of data modeled by this interface.- Throws:
NullPointerException- ifobjis null
-
getFields
OfjNxHashFields getFields()Return fields, ornullif it is not present.- Returns:
OfjNxHashFieldsfields, ornullif it is not present.
-
requireFields
Return fields, guaranteed to be non-null.- Returns:
OfjNxHashFieldsfields, guaranteed to be non-null.- Throws:
NoSuchElementException- if fields is not present
-
getBasis
org.opendaylight.yangtools.yang.common.Uint16 getBasis()Return basis, ornullif it is not present.- Returns:
Uint16basis, ornullif it is not present.
-
requireBasis
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireBasis()Return basis, guaranteed to be non-null.- Returns:
Uint16basis, guaranteed to be non-null.- Throws:
NoSuchElementException- if basis is not present
-
getAlgorithm
OfjNxMpAlgorithm getAlgorithm()Return algorithm, ornullif it is not present.- Returns:
OfjNxMpAlgorithmalgorithm, ornullif it is not present.
-
requireAlgorithm
Return algorithm, guaranteed to be non-null.- Returns:
OfjNxMpAlgorithmalgorithm, guaranteed to be non-null.- Throws:
NoSuchElementException- if algorithm is not present
-
getMaxLink
org.opendaylight.yangtools.yang.common.Uint16 getMaxLink()Return maxLink, ornullif it is not present.- Returns:
Uint16maxLink, ornullif it is not present.
-
requireMaxLink
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireMaxLink()Return maxLink, guaranteed to be non-null.- Returns:
Uint16maxLink, guaranteed to be non-null.- Throws:
NoSuchElementException- if maxLink is not present
-
getArg
org.opendaylight.yangtools.yang.common.Uint32 getArg()Return arg, ornullif it is not present.- Returns:
Uint32arg, ornullif it is not present.
-
requireArg
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireArg()Return arg, guaranteed to be non-null.- Returns:
Uint32arg, guaranteed to be non-null.- Throws:
NoSuchElementException- if arg is not present
-
getOfsNbits
org.opendaylight.yangtools.yang.common.Uint16 getOfsNbits()Return ofsNbits, ornullif it is not present.- Returns:
Uint16ofsNbits, ornullif it is not present.
-
requireOfsNbits
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireOfsNbits()Return ofsNbits, guaranteed to be non-null.- Returns:
Uint16ofsNbits, guaranteed to be non-null.- Throws:
NoSuchElementException- if ofsNbits is not present
-
getDst
org.opendaylight.yangtools.yang.common.Uint32 getDst()Return dst, ornullif it is not present.- Returns:
Uint32dst, ornullif it is not present.
-
requireDst
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireDst()Return dst, guaranteed to be non-null.- Returns:
Uint32dst, guaranteed to be non-null.- Throws:
NoSuchElementException- if dst is not present
-
getExperimenterId
ExperimenterId getExperimenterId()Return experimenterId, ornullif it is not present.- Returns:
ExperimenterIdexperimenterId, ornullif it is not present.
-
requireExperimenterId
Return experimenterId, guaranteed to be non-null.- Returns:
ExperimenterIdexperimenterId, guaranteed to be non-null.- Throws:
NoSuchElementException- if experimenterId is not present
-