public interface FieldMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldMatch.Exact |
getExact()
.p4.FieldMatch.Exact exact = 2; |
FieldMatch.ExactOrBuilder |
getExactOrBuilder()
.p4.FieldMatch.Exact exact = 2; |
int |
getFieldId()
uint32 field_id = 1; |
FieldMatch.FieldMatchTypeCase |
getFieldMatchTypeCase() |
FieldMatch.LPM |
getLpm()
.p4.FieldMatch.LPM lpm = 4; |
FieldMatch.LPMOrBuilder |
getLpmOrBuilder()
.p4.FieldMatch.LPM lpm = 4; |
FieldMatch.Range |
getRange()
.p4.FieldMatch.Range range = 6; |
FieldMatch.RangeOrBuilder |
getRangeOrBuilder()
.p4.FieldMatch.Range range = 6; |
FieldMatch.Ternary |
getTernary()
.p4.FieldMatch.Ternary ternary = 3; |
FieldMatch.TernaryOrBuilder |
getTernaryOrBuilder()
.p4.FieldMatch.Ternary ternary = 3; |
FieldMatch.Valid |
getValid()
.p4.FieldMatch.Valid valid = 7; |
FieldMatch.ValidOrBuilder |
getValidOrBuilder()
.p4.FieldMatch.Valid valid = 7; |
boolean |
hasExact()
.p4.FieldMatch.Exact exact = 2; |
boolean |
hasLpm()
.p4.FieldMatch.LPM lpm = 4; |
boolean |
hasRange()
.p4.FieldMatch.Range range = 6; |
boolean |
hasTernary()
.p4.FieldMatch.Ternary ternary = 3; |
boolean |
hasValid()
.p4.FieldMatch.Valid valid = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getFieldId()
uint32 field_id = 1;
boolean hasExact()
.p4.FieldMatch.Exact exact = 2;
FieldMatch.Exact getExact()
.p4.FieldMatch.Exact exact = 2;
FieldMatch.ExactOrBuilder getExactOrBuilder()
.p4.FieldMatch.Exact exact = 2;
boolean hasTernary()
.p4.FieldMatch.Ternary ternary = 3;
FieldMatch.Ternary getTernary()
.p4.FieldMatch.Ternary ternary = 3;
FieldMatch.TernaryOrBuilder getTernaryOrBuilder()
.p4.FieldMatch.Ternary ternary = 3;
boolean hasLpm()
.p4.FieldMatch.LPM lpm = 4;
FieldMatch.LPM getLpm()
.p4.FieldMatch.LPM lpm = 4;
FieldMatch.LPMOrBuilder getLpmOrBuilder()
.p4.FieldMatch.LPM lpm = 4;
boolean hasRange()
.p4.FieldMatch.Range range = 6;
FieldMatch.Range getRange()
.p4.FieldMatch.Range range = 6;
FieldMatch.RangeOrBuilder getRangeOrBuilder()
.p4.FieldMatch.Range range = 6;
boolean hasValid()
.p4.FieldMatch.Valid valid = 7;
FieldMatch.Valid getValid()
.p4.FieldMatch.Valid valid = 7;
FieldMatch.ValidOrBuilder getValidOrBuilder()
.p4.FieldMatch.Valid valid = 7;
FieldMatch.FieldMatchTypeCase getFieldMatchTypeCase()
Copyright © 2018 OpenDaylight. All rights reserved.