Class AutoUnstripRequest

java.lang.Object
ai.reveng.model.AutoUnstripRequest

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

  • Constructor Details

    • AutoUnstripRequest

      public AutoUnstripRequest()
  • Method Details

    • minSimilarity

      public AutoUnstripRequest minSimilarity(@Nullable BigDecimal minSimilarity)
    • getMinSimilarity

      @Nullable public BigDecimal getMinSimilarity()
      Minimum similarity expected for a match as a percentage, default is 90 minimum: 0.0 maximum: 100.0
      Returns:
      minSimilarity
    • setMinSimilarity

      public void setMinSimilarity(@Nullable BigDecimal minSimilarity)
    • apply

      public AutoUnstripRequest apply(@Nullable Boolean apply)
    • getApply

      @Nullable public Boolean getApply()
      Whether to apply the matched function names to the target binary, default is False
      Returns:
      apply
    • setApply

      public void setApply(@Nullable Boolean apply)
    • confidenceThreshold

      public AutoUnstripRequest confidenceThreshold(@Nullable BigDecimal confidenceThreshold)
    • getConfidenceThreshold

      @Nullable public BigDecimal getConfidenceThreshold()
      Confidence threshold for applying function names as a percentage, default is 90 minimum: 0.0 maximum: 100.0
      Returns:
      confidenceThreshold
    • setConfidenceThreshold

      public void setConfidenceThreshold(@Nullable BigDecimal confidenceThreshold)
    • minGroupSize

      public AutoUnstripRequest minGroupSize(@Nullable Integer minGroupSize)
    • getMinGroupSize

      @Nullable public Integer getMinGroupSize()
      Minimum number of matching functions required to consider for a match, default is 10 minimum: 1 maximum: 20
      Returns:
      minGroupSize
    • setMinGroupSize

      public void setMinGroupSize(@Nullable Integer minGroupSize)
    • 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 AutoUnstripRequest
    • fromJson

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

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