Package ai.reveng.model
Class ELFRelocation
java.lang.Object
ai.reveng.model.ELFRelocation
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ELFRelocation
extends Object
ELFRelocation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ELFRelocationCreate an instance of ELFRelocation given an JSON stringGet addendReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get addressGet isDynamicGet isPltgotGet isUnicodeSymbolNamegetSize()Get sizeGet symbolNamegetType()Get typeinthashCode()isUnicodeSymbolName(Boolean isUnicodeSymbolName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidsetAddress(Integer address) voidsetIsDynamic(Boolean isDynamic) voidsetIsPltgot(Boolean isPltgot) voidsetIsUnicodeSymbolName(Boolean isUnicodeSymbolName) voidvoidsetSymbolName(String symbolName) voidsymbolName(String symbolName) toJson()Convert an instance of ELFRelocation to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_ADDEND
- See Also:
-
SERIALIZED_NAME_SYMBOL_NAME
- See Also:
-
SERIALIZED_NAME_IS_DYNAMIC
- See Also:
-
SERIALIZED_NAME_IS_PLTGOT
- See Also:
-
SERIALIZED_NAME_IS_UNICODE_SYMBOL_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ELFRelocation
public ELFRelocation()
-
-
Method Details
-
address
-
getAddress
Get address- Returns:
- address
-
setAddress
-
type
-
getType
Get type- Returns:
- type
-
setType
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
addend
-
getAddend
Get addend- Returns:
- addend
-
setAddend
-
symbolName
-
getSymbolName
Get symbolName- Returns:
- symbolName
-
setSymbolName
-
isDynamic
-
getIsDynamic
Get isDynamic- Returns:
- isDynamic
-
setIsDynamic
-
isPltgot
-
getIsPltgot
Get isPltgot- Returns:
- isPltgot
-
setIsPltgot
-
isUnicodeSymbolName
-
getIsUnicodeSymbolName
Get isUnicodeSymbolName- Returns:
- isUnicodeSymbolName
-
setIsUnicodeSymbolName
-
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 ELFRelocation 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 ELFRelocation
-
fromJson
Create an instance of ELFRelocation given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ELFRelocation
- Throws:
IOException- if the JSON string is invalid with respect to ELFRelocation
-
toJson
Convert an instance of ELFRelocation to an JSON string- Returns:
- JSON string
-