public class PceIdBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PceId>
PceId instances.PceId| Constructor and Description |
|---|
PceIdBuilder() |
PceIdBuilder(ObjectHeader arg) |
PceIdBuilder(PceId base) |
| Modifier and Type | Method and Description |
|---|---|
PceIdBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<PceId> augmentationValue) |
PceId |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddress() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
PceIdBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> augmentationType) |
PceIdBuilder |
setIgnore(Boolean value) |
PceIdBuilder |
setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) |
PceIdBuilder |
setProcessingRule(Boolean value) |
public PceIdBuilder()
public PceIdBuilder(ObjectHeader arg)
public PceIdBuilder(PceId 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.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpAddress()
public Boolean isIgnore()
public Boolean isProcessingRule()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> E getAugmentation(Class<E> augmentationType)
public PceIdBuilder setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)
public PceIdBuilder setIgnore(Boolean value)
public PceIdBuilder setProcessingRule(Boolean value)
public PceIdBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PceId> augmentationValue)
public PceIdBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.