public class OxmRelatedTableFeaturePropertyBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<OxmRelatedTableFeatureProperty>
OxmRelatedTableFeatureProperty
instances.OxmRelatedTableFeatureProperty
Constructor and Description |
---|
OxmRelatedTableFeaturePropertyBuilder() |
OxmRelatedTableFeaturePropertyBuilder(MatchEntriesGrouping arg) |
OxmRelatedTableFeaturePropertyBuilder(OxmRelatedTableFeatureProperty base) |
Modifier and Type | Method and Description |
---|---|
OxmRelatedTableFeatureProperty |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
List<MatchEntry> |
getMatchEntry() |
OxmRelatedTableFeaturePropertyBuilder |
setMatchEntry(List<MatchEntry> value) |
public OxmRelatedTableFeaturePropertyBuilder()
public OxmRelatedTableFeaturePropertyBuilder(MatchEntriesGrouping arg)
public OxmRelatedTableFeaturePropertyBuilder(OxmRelatedTableFeatureProperty base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic List<MatchEntry> getMatchEntry()
public OxmRelatedTableFeaturePropertyBuilder setMatchEntry(List<MatchEntry> value)
public OxmRelatedTableFeatureProperty build()
build
in interface org.opendaylight.yangtools.concepts.Builder<OxmRelatedTableFeatureProperty>
Copyright © 2018 OpenDaylight. All rights reserved.