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