Package ai.reveng.model
Class ELFSymbol
java.lang.Object
ai.reveng.model.ELFSymbol
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ELFSymbol
extends Object
ELFSymbol
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ELFSymbolCreate an instance of ELFSymbol given an JSON stringGet bindinggetName()Get nameGet sectionIndexgetSize()Get sizegetType()Get typegetValue()Get valueGet visibilityinthashCode()sectionIndex(Integer sectionIndex) voidsetBinding(String binding) voidvoidsetSectionIndex(Integer sectionIndex) voidvoidvoidvoidsetVisibility(String visibility) toJson()Convert an instance of ELFSymbol to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundvisibility(String visibility)
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_BINDING
- See Also:
-
SERIALIZED_NAME_VISIBILITY
- See Also:
-
SERIALIZED_NAME_SECTION_INDEX
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ELFSymbol
public ELFSymbol()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
type
-
getType
Get type- Returns:
- type
-
setType
-
binding
-
getBinding
Get binding- Returns:
- binding
-
setBinding
-
visibility
-
getVisibility
Get visibility- Returns:
- visibility
-
setVisibility
-
sectionIndex
-
getSectionIndex
Get sectionIndex- Returns:
- sectionIndex
-
setSectionIndex
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of ELFSymbol to an JSON string- Returns:
- JSON string
-