Class XrefFromResponse

java.lang.Object
ai.reveng.model.XrefFromResponse

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

  • Constructor Details

    • XrefFromResponse

      public XrefFromResponse()
  • Method Details

    • value

      public XrefFromResponse value(@Nullable String value)
    • getValue

      @Nullable public String getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(@Nullable String value)
    • isScalar

      public XrefFromResponse isScalar(@Nullable Boolean isScalar)
    • getIsScalar

      @Nullable public Boolean getIsScalar()
      Get isScalar
      Returns:
      isScalar
    • setIsScalar

      public void setIsScalar(@Nullable Boolean isScalar)
    • isCall

      public XrefFromResponse isCall(@Nullable Boolean isCall)
    • getIsCall

      @Nullable public Boolean getIsCall()
      Get isCall
      Returns:
      isCall
    • setIsCall

      public void setIsCall(@Nullable Boolean isCall)
    • isData

      public XrefFromResponse isData(@Nullable Boolean isData)
    • getIsData

      @Nullable public Boolean getIsData()
      Get isData
      Returns:
      isData
    • setIsData

      public void setIsData(@Nullable Boolean isData)
    • isString

      public XrefFromResponse isString(@Nullable Boolean isString)
    • getIsString

      @Nullable public Boolean getIsString()
      Get isString
      Returns:
      isString
    • setIsString

      public void setIsString(@Nullable Boolean isString)
    • rawData

      public XrefFromResponse rawData(@Nullable File rawData)
    • getRawData

      @Nullable public File getRawData()
      Get rawData
      Returns:
      rawData
    • setRawData

      public void setRawData(@Nullable File rawData)
    • segment

      public XrefFromResponse segment(@Nullable SegmentInfo segment)
    • getSegment

      @Nullable public SegmentInfo getSegment()
      Get segment
      Returns:
      segment
    • setSegment

      public void setSegment(@Nullable SegmentInfo segment)
    • origStrEncoding

      public XrefFromResponse origStrEncoding(@Nullable String origStrEncoding)
    • getOrigStrEncoding

      @Nullable public String getOrigStrEncoding()
      Get origStrEncoding
      Returns:
      origStrEncoding
    • setOrigStrEncoding

      public void setOrigStrEncoding(@Nullable String origStrEncoding)
    • xrefTo

      public XrefFromResponse xrefTo(@Nullable String xrefTo)
    • getXrefTo

      @Nullable public String getXrefTo()
      Get xrefTo
      Returns:
      xrefTo
    • setXrefTo

      public void setXrefTo(@Nullable String xrefTo)
    • putAdditionalProperty

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

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

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