Class AutoUnstripResponse

java.lang.Object
ai.reveng.model.AutoUnstripResponse

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

  • Constructor Details

    • AutoUnstripResponse

      public AutoUnstripResponse()
  • Method Details

    • progress

      public AutoUnstripResponse progress(@Nullable Integer progress)
    • getProgress

      @Nullable public Integer getProgress()
      Progress of the auto-unstrip operation, represented as a percentage
      Returns:
      progress
    • setProgress

      public void setProgress(@Nullable Integer progress)
    • status

      public AutoUnstripResponse status(@Nullable String status)
    • getStatus

      @Nullable public String getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(@Nullable String status)
    • totalTime

      public AutoUnstripResponse totalTime(@Nullable Integer totalTime)
    • getTotalTime

      @Nullable public Integer getTotalTime()
      Get totalTime
      Returns:
      totalTime
    • setTotalTime

      public void setTotalTime(@Nullable Integer totalTime)
    • matches

      public AutoUnstripResponse matches(@Nullable List<MatchedFunctionSuggestion> matches)
    • addMatchesItem

      public AutoUnstripResponse addMatchesItem(MatchedFunctionSuggestion matchesItem)
    • getMatches

      @Nullable public List<MatchedFunctionSuggestion> getMatches()
      Get matches
      Returns:
      matches
    • setMatches

      public void setMatches(@Nullable List<MatchedFunctionSuggestion> matches)
    • applied

      public AutoUnstripResponse applied(@Nullable Boolean applied)
    • getApplied

      @Nullable public Boolean getApplied()
      Get applied
      Returns:
      applied
    • setApplied

      public void setApplied(@Nullable Boolean applied)
    • errorMessage

      public AutoUnstripResponse errorMessage(@Nullable String errorMessage)
    • getErrorMessage

      @Nullable public String getErrorMessage()
      Get errorMessage
      Returns:
      errorMessage
    • setErrorMessage

      public void setErrorMessage(@Nullable String errorMessage)
    • 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 AutoUnstripResponse
    • fromJson

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

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