Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.as.number._case.AsNumber
Packages that use AsNumber
Package
Description
-
Uses of AsNumber 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 AsNumberModifier and TypeMethodDescriptionAsNumberCase.getAsNumber()Return asNumber, ornullif it is not present.AsNumberCaseBuilder.getAsNumber()Return current value associated with the property corresponding toAsNumberCase.getAsNumber().@NonNull AsNumberAsNumberCase.nonnullAsNumber()Return asNumber, 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 AsNumberModifier and TypeMethodDescriptionAsNumberCaseBuilder.setAsNumber(AsNumber value) Set the property corresponding toAsNumberCase.getAsNumber()to the specified value. -
Uses of AsNumber in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.as.number._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.as.number._case with type parameters of type AsNumberModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AsNumber>>
E$$AsNumberBuilder.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.as.number._case that return AsNumberModifier and TypeMethodDescription@NonNull AsNumberAsNumberBuilder.build()A newAsNumberinstance.static @NonNull AsNumberAsNumberBuilder.empty()Get empty instance of AsNumber.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.as.number._case that return types with arguments of type AsNumberMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.as.number._case with parameters of type AsNumberModifier and TypeMethodDescriptionstatic booleanAsNumber.bindingEquals(@NonNull AsNumber thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAsNumber.bindingHashCode(@NonNull AsNumber obj) Default implementation ofObject.hashCode()contract for this interface.static StringAsNumber.bindingToString(@NonNull AsNumber 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.as.number._case with type arguments of type AsNumberModifier and TypeMethodDescriptionAsNumberBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<AsNumber> augmentation) Add an augmentation to this builder's product.AsNumberBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AsNumber>> 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.as.number._case with parameters of type AsNumberModifierConstructorDescriptionAsNumberBuilder(AsNumber base) Construct a builder initialized with state from specifiedAsNumber.