Record Class BSimFilter.FilterEntry
java.lang.Object
java.lang.Record
ghidra.features.bsim.query.protocol.BSimFilter.FilterEntry
- Enclosing class:
BSimFilter
public static record BSimFilter.FilterEntry(BSimFilterType filterType, List<String> values)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionFilterEntry(BSimFilterType filterType, List<String> values) Creates an instance of aFilterEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefilterTyperecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.values()Returns the value of thevaluesrecord component.
-
Constructor Details
-
FilterEntry
Creates an instance of aFilterEntryrecord class.- Parameters:
filterType- the value for thefilterTyperecord componentvalues- the value for thevaluesrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
filterType
Returns the value of thefilterTyperecord component.- Returns:
- the value of the
filterTyperecord component
-
values
-