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, ornullif it is not present.SrlgCaseBuilder.getSrlg()Return current value associated with the property corresponding toSrlgCase.getSrlg().@NonNull SrlgSrlgCase.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 SrlgSrlgBuilder.build()A newSrlginstance.static @NonNull SrlgSrlgBuilder.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 booleanSrlg.bindingEquals(@NonNull Srlg thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSrlg.bindingHashCode(@NonNull Srlg obj) Default implementation ofObject.hashCode()contract for this interface.static StringSrlg.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.