public class AttemptFromIPOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<AttemptFromIPOutput>
AttemptFromIPOutput instances.AttemptFromIPOutput| Constructor and Description |
|---|
AttemptFromIPOutputBuilder() |
AttemptFromIPOutputBuilder(AttemptFromIPOutput base) |
| Modifier and Type | Method and Description |
|---|---|
AttemptFromIPOutputBuilder |
addAugmentation(Class<? extends Augmentation<AttemptFromIPOutput>> augmentationType,
Augmentation<AttemptFromIPOutput> augmentation) |
AttemptFromIPOutput |
build() |
<E extends Augmentation<AttemptFromIPOutput>> |
getAugmentation(Class<E> augmentationType) |
String |
getLoginAttempt() |
AttemptFromIPOutputBuilder |
removeAugmentation(Class<? extends Augmentation<AttemptFromIPOutput>> augmentationType) |
AttemptFromIPOutputBuilder |
setLoginAttempt(String value) |
public AttemptFromIPOutputBuilder()
public AttemptFromIPOutputBuilder(AttemptFromIPOutput base)
public String getLoginAttempt()
public <E extends Augmentation<AttemptFromIPOutput>> E getAugmentation(Class<E> augmentationType)
public AttemptFromIPOutputBuilder setLoginAttempt(String value)
public AttemptFromIPOutputBuilder addAugmentation(Class<? extends Augmentation<AttemptFromIPOutput>> augmentationType, Augmentation<AttemptFromIPOutput> augmentation)
public AttemptFromIPOutputBuilder removeAugmentation(Class<? extends Augmentation<AttemptFromIPOutput>> augmentationType)
public AttemptFromIPOutput build()
build in interface org.opendaylight.yangtools.concepts.Builder<AttemptFromIPOutput>Copyright © 2016 OpenDaylight. All rights reserved.