public class LegacyFastRerouteObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LegacyFastRerouteObject>
LegacyFastRerouteObject instances.LegacyFastRerouteObject| Constructor and Description |
|---|
LegacyFastRerouteObjectBuilder() |
LegacyFastRerouteObjectBuilder(AttributeFilters arg) |
LegacyFastRerouteObjectBuilder(CommonFastRerouteObject arg) |
LegacyFastRerouteObjectBuilder(LegacyFastRerouteObject base) |
LegacyFastRerouteObjectBuilder(Priority arg) |
public LegacyFastRerouteObjectBuilder()
public LegacyFastRerouteObjectBuilder(CommonFastRerouteObject arg)
public LegacyFastRerouteObjectBuilder(Priority arg)
public LegacyFastRerouteObjectBuilder(AttributeFilters arg)
public LegacyFastRerouteObjectBuilder(LegacyFastRerouteObject base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getBandwidth()
public AttributeFilter getExcludeAny()
public FastRerouteFlags getFlags()
public Short getHoldPriority()
public Short getHopLimit()
public AttributeFilter getIncludeAll()
public AttributeFilter getIncludeAny()
public Short getSetupPriority()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LegacyFastRerouteObject>> E getAugmentation(Class<E> augmentationType)
public LegacyFastRerouteObjectBuilder setBandwidth(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth value)
public LegacyFastRerouteObjectBuilder setExcludeAny(AttributeFilter value)
public LegacyFastRerouteObjectBuilder setFlags(FastRerouteFlags value)
public LegacyFastRerouteObjectBuilder setHoldPriority(Short value)
public LegacyFastRerouteObjectBuilder setHopLimit(Short value)
public LegacyFastRerouteObjectBuilder setIncludeAll(AttributeFilter value)
public LegacyFastRerouteObjectBuilder setIncludeAny(AttributeFilter value)
public LegacyFastRerouteObjectBuilder setSetupPriority(Short value)
public LegacyFastRerouteObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LegacyFastRerouteObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LegacyFastRerouteObject> augmentationValue)
public LegacyFastRerouteObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LegacyFastRerouteObject>> augmentationType)
public LegacyFastRerouteObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<LegacyFastRerouteObject>Copyright © 2018 OpenDaylight. All rights reserved.