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