Class MatchFilters

java.lang.Object
ai.reveng.model.MatchFilters

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MatchFilters extends Object
MatchFilters
  • Field Details

  • Constructor Details

    • MatchFilters

      public MatchFilters()
  • Method Details

    • binaryIds

      public MatchFilters binaryIds(@Nullable List<Long> binaryIds)
    • addBinaryIdsItem

      public MatchFilters addBinaryIdsItem(Long binaryIdsItem)
    • getBinaryIds

      @Nullable public List<Long> getBinaryIds()
      Restrict the candidate pool to these binary IDs.
      Returns:
      binaryIds
    • setBinaryIds

      public void setBinaryIds(@Nullable List<Long> binaryIds)
    • collectionIds

      public MatchFilters collectionIds(@Nullable List<Long> collectionIds)
    • addCollectionIdsItem

      public MatchFilters addCollectionIdsItem(Long collectionIdsItem)
    • getCollectionIds

      @Nullable public List<Long> getCollectionIds()
      Restrict the candidate pool to binaries in these collection IDs.
      Returns:
      collectionIds
    • setCollectionIds

      public void setCollectionIds(@Nullable List<Long> collectionIds)
    • debugTypes

      public MatchFilters debugTypes(@Nullable List<String> debugTypes)
    • addDebugTypesItem

      public MatchFilters addDebugTypesItem(String debugTypesItem)
    • getDebugTypes

      @Nullable public List<String> getDebugTypes()
      Restrict matches to candidates with these debug source types. Accepted: SYSTEM, USER.
      Returns:
      debugTypes
    • setDebugTypes

      public void setDebugTypes(@Nullable List<String> debugTypes)
    • functionIds

      public MatchFilters functionIds(@Nullable List<Long> functionIds)
    • addFunctionIdsItem

      public MatchFilters addFunctionIdsItem(Long functionIdsItem)
    • getFunctionIds

      @Nullable public List<Long> getFunctionIds()
      Restrict the candidate pool to these function IDs.
      Returns:
      functionIds
    • setFunctionIds

      public void setFunctionIds(@Nullable List<Long> functionIds)
    • userIds

      public MatchFilters userIds(@Nullable List<Long> userIds)
    • addUserIdsItem

      public MatchFilters addUserIdsItem(Long userIdsItem)
    • getUserIds

      @Nullable public List<Long> getUserIds()
      Restrict the candidate pool to functions owned by these user IDs.
      Returns:
      userIds
    • setUserIds

      public void setUserIds(@Nullable List<Long> userIds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to MatchFilters
    • fromJson

      public static MatchFilters fromJson(String jsonString) throws IOException
      Create an instance of MatchFilters given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of MatchFilters
      Throws:
      IOException - if the JSON string is invalid with respect to MatchFilters
    • toJson

      public String toJson()
      Convert an instance of MatchFilters to an JSON string
      Returns:
      JSON string