Interface TeLspAttributesCase
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<TeLspAttributesCase>
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.ChoiceIn<LinkstatePathAttribute>
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,LinkStateAttribute
@Deprecated
@Generated("mdsal-binding-generator")
public interface TeLspAttributesCase
extends LinkStateAttribute, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TeLspAttributesCase>
Deprecated.
LSP Object
This class represents the following YANG schema fragment defined in module bgp-linkstate
case te-lsp-attributes-case { status deprecated; container te-lsp-attributes { uses rsvp:tspec-object; uses rsvp:flow-spec-object; uses rsvp:session-attribute-object; uses rsvp:explicit-route-object; uses rsvp:secondary-explicit-route-object; uses rsvp:record-route-object; uses rsvp:secondary-record-route-object; uses rsvp:fast-reroute-object; uses rsvp:detour-object; uses rsvp:exclude-route-object; uses rsvp:lsp-attributes-object; uses rsvp:lsp-required-attributes-object; uses rsvp:protection-object; uses rsvp:association-object; uses rsvp:primary-path-route-object; uses rsvp:admin-status-object; uses rsvp:bandwidth-object; uses rsvp:metric-object; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
Deprecated.YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
bindingEquals
(@NonNull TeLspAttributesCase thisObj, Object obj) Deprecated.Default implementation ofObject.equals(Object)
contract for this interface.static int
bindingHashCode
(@NonNull TeLspAttributesCase obj) Deprecated.Default implementation ofObject.hashCode()
contract for this interface.static String
bindingToString
(@NonNull TeLspAttributesCase obj) Deprecated.Default implementation ofObject.toString()
contract for this interface.Deprecated.Return teLspAttributes, ornull
if it is not present.default Class<TeLspAttributesCase>
Deprecated.@NonNull TeLspAttributes
Deprecated.Return teLspAttributes, or an empty instance if it is not present.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 QNAMEDeprecated.YANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Deprecated.- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
bindingHashCode
Deprecated.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
- ifobj
isnull
-
bindingEquals
Deprecated.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
- ifthisObj
isnull
-
bindingToString
Deprecated.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:
String
value of data modeled by this interface.- Throws:
NullPointerException
- ifobj
isnull
-
getTeLspAttributes
TeLspAttributes getTeLspAttributes()Deprecated.Return teLspAttributes, ornull
if it is not present.- Returns:
TeLspAttributes
teLspAttributes, ornull
if it is not present.
-
nonnullTeLspAttributes
@NonNull TeLspAttributes nonnullTeLspAttributes()Deprecated.Return teLspAttributes, or an empty instance if it is not present.- Returns:
TeLspAttributes
teLspAttributes, or an empty instance if it is not present.
-