public class GcBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Gc>
Gc instances.Gc| Constructor and Description |
|---|
GcBuilder() |
GcBuilder(Gc base) |
GcBuilder(ObjectHeader arg) |
| Modifier and Type | Method and Description |
|---|---|
GcBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Gc> augmentationValue) |
Gc |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> |
getAugmentation(Class<E> augmentationType) |
Short |
getMaxHop() |
Short |
getMaxUtilization() |
Short |
getMinUtilization() |
Short |
getOverBookingFactor() |
Tlvs |
getTlvs() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
GcBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> augmentationType) |
GcBuilder |
setIgnore(Boolean value) |
GcBuilder |
setMaxHop(Short value) |
GcBuilder |
setMaxUtilization(Short value) |
GcBuilder |
setMinUtilization(Short value) |
GcBuilder |
setOverBookingFactor(Short value) |
GcBuilder |
setProcessingRule(Boolean value) |
GcBuilder |
setTlvs(Tlvs value) |
public GcBuilder()
public GcBuilder(ObjectHeader arg)
public GcBuilder(Gc base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Short getMaxHop()
public Short getMaxUtilization()
public Short getMinUtilization()
public Short getOverBookingFactor()
public Tlvs getTlvs()
public Boolean isIgnore()
public Boolean isProcessingRule()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> E getAugmentation(Class<E> augmentationType)
public GcBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Gc> augmentationValue)
public GcBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Gc>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.