public static interface StpApi.FilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
Data to be matched.
|
com.google.protobuf.ByteString |
getMask()
Which bits to match.
|
int |
getWordOffset()
This offset specifies the word address to start the data and
mask at.
|
boolean |
hasData()
Data to be matched.
|
boolean |
hasMask()
Which bits to match.
|
boolean |
hasWordOffset()
This offset specifies the word address to start the data and
mask at.
|
boolean hasData()
com.google.protobuf.ByteString getData()
boolean hasMask()
com.google.protobuf.ByteString getMask()
boolean hasWordOffset()
int getWordOffset()