public class LoginattemptsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Loginattempts>
Loginattempts instances.Loginattempts| Constructor and Description |
|---|
LoginattemptsBuilder() |
LoginattemptsBuilder(Loginattempts base) |
| Modifier and Type | Method and Description |
|---|---|
LoginattemptsBuilder |
addAugmentation(Class<? extends Augmentation<Loginattempts>> augmentationType,
Augmentation<Loginattempts> augmentation) |
Loginattempts |
build() |
String |
getAttempt() |
<E extends Augmentation<Loginattempts>> |
getAugmentation(Class<E> augmentationType) |
LoginattemptsKey |
getKey() |
String |
getSrcIP() |
String |
getTime() |
LoginattemptsBuilder |
removeAugmentation(Class<? extends Augmentation<Loginattempts>> augmentationType) |
LoginattemptsBuilder |
setAttempt(String value) |
LoginattemptsBuilder |
setKey(LoginattemptsKey value) |
LoginattemptsBuilder |
setSrcIP(String value) |
LoginattemptsBuilder |
setTime(String value) |
public LoginattemptsBuilder()
public LoginattemptsBuilder(Loginattempts base)
public String getAttempt()
public LoginattemptsKey getKey()
public String getSrcIP()
public String getTime()
public <E extends Augmentation<Loginattempts>> E getAugmentation(Class<E> augmentationType)
public LoginattemptsBuilder setAttempt(String value)
public LoginattemptsBuilder setKey(LoginattemptsKey value)
public LoginattemptsBuilder setSrcIP(String value)
public LoginattemptsBuilder setTime(String value)
public LoginattemptsBuilder addAugmentation(Class<? extends Augmentation<Loginattempts>> augmentationType, Augmentation<Loginattempts> augmentation)
public LoginattemptsBuilder removeAugmentation(Class<? extends Augmentation<Loginattempts>> augmentationType)
public Loginattempts build()
build in interface org.opendaylight.yangtools.concepts.Builder<Loginattempts>Copyright © 2016 OpenDaylight. All rights reserved.