Class TagConfidenceBody

java.lang.Object
ai.reveng.model.TagConfidenceBody

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

  • Constructor Details

    • TagConfidenceBody

      public TagConfidenceBody()
  • Method Details

    • tags

      public TagConfidenceBody tags(@Nonnull List<Tags> tags)
    • addTagsItem

      public TagConfidenceBody addTagsItem(Tags tagsItem)
    • getTags

      @Nonnull public List<Tags> getTags()
      Get tags
      Returns:
      tags
    • setTags

      public void setTags(@Nonnull List<Tags> tags)
    • 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 TagConfidenceBody
    • fromJson

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

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