public class AssociationObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<AssociationObject>
AssociationObject instances.AssociationObject| Constructor and Description |
|---|
AssociationObjectBuilder() |
AssociationObjectBuilder(AssociationObject base) |
| Modifier and Type | Method and Description |
|---|---|
AssociationObjectBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject> augmentationValue) |
AssociationObject |
build() |
Integer |
getAssociationId() |
AssociationType |
getAssociationType() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getIpAddress() |
AssociationObjectBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> augmentationType) |
AssociationObjectBuilder |
setAssociationId(Integer value) |
AssociationObjectBuilder |
setAssociationType(AssociationType value) |
AssociationObjectBuilder |
setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value) |
public AssociationObjectBuilder()
public AssociationObjectBuilder(AssociationObject base)
public Integer getAssociationId()
public AssociationType getAssociationType()
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> E getAugmentation(Class<E> augmentationType)
public AssociationObjectBuilder setAssociationId(Integer value)
public AssociationObjectBuilder setAssociationType(AssociationType value)
public AssociationObjectBuilder setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)
public AssociationObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject> augmentationValue)
public AssociationObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>> augmentationType)
public AssociationObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<AssociationObject>Copyright © 2018 OpenDaylight. All rights reserved.