Class ELFSymbol

java.lang.Object
ai.reveng.model.ELFSymbol

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

  • Constructor Details

    • ELFSymbol

      public ELFSymbol()
  • Method Details

    • name

      public ELFSymbol name(@Nonnull String name)
    • getName

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

      public void setName(@Nonnull String name)
    • value

      public ELFSymbol value(@Nonnull Integer value)
    • getValue

      @Nonnull public Integer getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(@Nonnull Integer value)
    • size

      public ELFSymbol size(@Nonnull Integer size)
    • getSize

      @Nonnull public Integer getSize()
      Get size
      Returns:
      size
    • setSize

      public void setSize(@Nonnull Integer size)
    • type

      public ELFSymbol type(@Nonnull String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(@Nonnull String type)
    • binding

      public ELFSymbol binding(@Nonnull String binding)
    • getBinding

      @Nonnull public String getBinding()
      Get binding
      Returns:
      binding
    • setBinding

      public void setBinding(@Nonnull String binding)
    • visibility

      public ELFSymbol visibility(@Nonnull String visibility)
    • getVisibility

      @Nonnull public String getVisibility()
      Get visibility
      Returns:
      visibility
    • setVisibility

      public void setVisibility(@Nonnull String visibility)
    • sectionIndex

      public ELFSymbol sectionIndex(@Nonnull Integer sectionIndex)
    • getSectionIndex

      @Nonnull public Integer getSectionIndex()
      Get sectionIndex
      Returns:
      sectionIndex
    • setSectionIndex

      public void setSectionIndex(@Nonnull Integer sectionIndex)
    • isUnicodeName

      public ELFSymbol isUnicodeName(@Nullable Boolean isUnicodeName)
    • getIsUnicodeName

      @Nullable public Boolean getIsUnicodeName()
      Get isUnicodeName
      Returns:
      isUnicodeName
    • setIsUnicodeName

      public void setIsUnicodeName(@Nullable Boolean isUnicodeName)
    • putAdditionalProperty

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

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

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