public class VendorInformationObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<VendorInformationObject>
VendorInformationObject instances.VendorInformationObject| Constructor and Description |
|---|
VendorInformationObjectBuilder() |
VendorInformationObjectBuilder(ObjectHeader arg) |
VendorInformationObjectBuilder(VendorInformation arg) |
VendorInformationObjectBuilder(VendorInformationObject base) |
| Modifier and Type | Method and Description |
|---|---|
VendorInformationObjectBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject> augmentationValue) |
VendorInformationObject |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber |
getEnterpriseNumber() |
EnterpriseSpecificInformation |
getEnterpriseSpecificInformation() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
VendorInformationObjectBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> augmentationType) |
VendorInformationObjectBuilder |
setEnterpriseNumber(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber value) |
VendorInformationObjectBuilder |
setEnterpriseSpecificInformation(EnterpriseSpecificInformation value) |
VendorInformationObjectBuilder |
setIgnore(Boolean value) |
VendorInformationObjectBuilder |
setProcessingRule(Boolean value) |
public VendorInformationObjectBuilder()
public VendorInformationObjectBuilder(VendorInformation arg)
public VendorInformationObjectBuilder(ObjectHeader arg)
public VendorInformationObjectBuilder(VendorInformationObject 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.iana.rev130816.EnterpriseNumber getEnterpriseNumber()
public EnterpriseSpecificInformation getEnterpriseSpecificInformation()
public Boolean isIgnore()
public Boolean isProcessingRule()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> E getAugmentation(Class<E> augmentationType)
public VendorInformationObjectBuilder setEnterpriseNumber(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber value)
public VendorInformationObjectBuilder setEnterpriseSpecificInformation(EnterpriseSpecificInformation value)
public VendorInformationObjectBuilder setIgnore(Boolean value)
public VendorInformationObjectBuilder setProcessingRule(Boolean value)
public VendorInformationObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject> augmentationValue)
public VendorInformationObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VendorInformationObject>> augmentationType)
public VendorInformationObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<VendorInformationObject>Copyright © 2018 OpenDaylight. All rights reserved.