Class Ttp

java.lang.Object
ai.reveng.model.Ttp

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

  • Constructor Details

    • Ttp

      public Ttp()
  • Method Details

    • attAmpersandCk

      public Ttp attAmpersandCk(@Nullable List<String> attAmpersandCk)
    • addAttAmpersandCkItem

      public Ttp addAttAmpersandCkItem(String attAmpersandCkItem)
    • getAttAmpersandCk

      @Nullable public List<String> getAttAmpersandCk()
      Get attAmpersandCk
      Returns:
      attAmpersandCk
    • setAttAmpersandCk

      public void setAttAmpersandCk(@Nullable List<String> attAmpersandCk)
    • mbc

      public Ttp mbc(@Nullable List<Object> mbc)
    • addMbcItem

      public Ttp addMbcItem(Object mbcItem)
    • getMbc

      @Nullable public List<Object> getMbc()
      Get mbc
      Returns:
      mbc
    • setMbc

      public void setMbc(@Nullable List<Object> mbc)
    • name

      public Ttp name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • namespace

      public Ttp namespace(@Nullable String namespace)
    • getNamespace

      @Nullable public String getNamespace()
      Get namespace
      Returns:
      namespace
    • setNamespace

      public void setNamespace(@Nullable String namespace)
    • processSeqids

      public Ttp processSeqids(@Nullable List<Long> processSeqids)
    • addProcessSeqidsItem

      public Ttp addProcessSeqidsItem(Long processSeqidsItem)
    • getProcessSeqids

      @Nullable public List<Long> getProcessSeqids()
      Get processSeqids
      Returns:
      processSeqids
    • setProcessSeqids

      public void setProcessSeqids(@Nullable List<Long> processSeqids)
    • score

      public Ttp score(@Nonnull Long score)
    • getScore

      @Nonnull public Long getScore()
      Get score
      Returns:
      score
    • setScore

      public void setScore(@Nonnull Long score)
    • putAdditionalProperty

      public Ttp 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 Ttp 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 Ttp
    • fromJson

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

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