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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get bindingGet isUnicodeNamegetName()Get nameGet sectionIndexgetSize()Get sizegetType()Get typegetValue()Get valueGet visibilityinthashCode()isUnicodeName(Boolean isUnicodeName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.sectionIndex(Integer sectionIndex) voidsetBinding(String binding) voidsetIsUnicodeName(Boolean isUnicodeName) 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:
-
SERIALIZED_NAME_IS_UNICODE_NAME
- 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
-
isUnicodeName
-
getIsUnicodeName
Get isUnicodeName- Returns:
- isUnicodeName
-
setIsUnicodeName
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the ELFSymbol instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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
-