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