Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case.Srlg
Packages that use Srlg
Package
Description
-
Uses of Srlg in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type that return SrlgModifier and TypeMethodDescriptionSrlgCase.getSrlg()
Return srlg, ornull
if it is not present.SrlgCaseBuilder.getSrlg()
Return current value associated with the property corresponding toSrlgCase.getSrlg()
.@NonNull Srlg
SrlgCase.nonnullSrlg()
Return srlg, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with parameters of type SrlgModifier and TypeMethodDescriptionSet the property corresponding toSrlgCase.getSrlg()
to the specified value. -
Uses of Srlg in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case with type parameters of type SrlgModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Srlg>>
E$$SrlgBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case that return SrlgModifier and TypeMethodDescription@NonNull Srlg
SrlgBuilder.build()
A newSrlg
instance.static @NonNull Srlg
SrlgBuilder.empty()
Get empty instance of Srlg.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case that return types with arguments of type SrlgMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case with parameters of type SrlgModifier and TypeMethodDescriptionstatic boolean
Srlg.bindingEquals
(@NonNull Srlg thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Srlg.bindingHashCode
(@NonNull Srlg obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Srlg.bindingToString
(@NonNull Srlg obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case with type arguments of type SrlgModifier and TypeMethodDescriptionSrlgBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Srlg> augmentation) Add an augmentation to this builder's product.SrlgBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Srlg>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.srlg._case with parameters of type SrlgModifierConstructorDescriptionSrlgBuilder
(Srlg base) Construct a builder initialized with state from specifiedSrlg
.