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

      @Deprecated public AutoUnstripResponse progress(@Nullable Integer progress)
      Deprecated.
    • getProgress

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

      @Deprecated public void setProgress(@Nullable Integer progress)
      Deprecated.
    • 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)
    • putAdditionalProperty

      public AutoUnstripResponse putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the AutoUnstripResponse instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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