public class MatchesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Matches>
MatchesBuilder
instances.MatchesBuilder
Constructor and Description |
---|
MatchesBuilder() |
MatchesBuilder(Matches base) |
MatchesBuilder(Metadata arg) |
Modifier and Type | Method and Description |
---|---|
MatchesBuilder |
addAugmentation(Class<? extends Augmentation<Matches>> augmentationType,
Augmentation<Matches> augmentationValue) |
<E extends Augmentation<Matches>> |
augmentation(Class<E> augmentationType) |
Matches |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
AceType |
getAceType() |
String |
getInputInterface() |
MatchesBuilder |
removeAugmentation(Class<? extends Augmentation<Matches>> augmentationType) |
MatchesBuilder |
setAceType(AceType value) |
MatchesBuilder |
setInputInterface(String value) |
public MatchesBuilder()
public MatchesBuilder(Metadata arg)
public MatchesBuilder(Matches base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic AceType getAceType()
public String getInputInterface()
public <E extends Augmentation<Matches>> E augmentation(Class<E> augmentationType)
public MatchesBuilder setAceType(AceType value)
public MatchesBuilder setInputInterface(String value)
public MatchesBuilder addAugmentation(Class<? extends Augmentation<Matches>> augmentationType, Augmentation<Matches> augmentationValue)
public MatchesBuilder removeAugmentation(Class<? extends Augmentation<Matches>> augmentationType)
public Matches build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Matches,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.