public class SupportingLinkBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SupportingLink>
SupportingLinkBuilder
instances.SupportingLinkBuilder
Constructor and Description |
---|
SupportingLinkBuilder() |
SupportingLinkBuilder(SupportingLink base) |
Modifier and Type | Method and Description |
---|---|
SupportingLinkBuilder |
addAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType,
Augmentation<SupportingLink> augmentationValue) |
<E extends Augmentation<SupportingLink>> |
augmentation(Class<E> augmentationType) |
SupportingLink |
build() |
Object |
getLinkRef() |
NetworkId |
getNetworkRef() |
SupportingLinkKey |
key() |
SupportingLinkBuilder |
removeAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType) |
SupportingLinkBuilder |
setLinkRef(Object value) |
SupportingLinkBuilder |
setNetworkRef(NetworkId value) |
SupportingLinkBuilder |
withKey(SupportingLinkKey key) |
public SupportingLinkBuilder()
public SupportingLinkBuilder(SupportingLink base)
public SupportingLinkKey key()
public Object getLinkRef()
public NetworkId getNetworkRef()
public <E extends Augmentation<SupportingLink>> E augmentation(Class<E> augmentationType)
public SupportingLinkBuilder withKey(SupportingLinkKey key)
public SupportingLinkBuilder setLinkRef(Object value)
public SupportingLinkBuilder setNetworkRef(NetworkId value)
public SupportingLinkBuilder addAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType, Augmentation<SupportingLink> augmentationValue)
public SupportingLinkBuilder removeAugmentation(Class<? extends Augmentation<SupportingLink>> augmentationType)
public SupportingLink build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<SupportingLink,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.