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 addendGet addressGet isDynamicGet isPltgotgetSize()Get sizeGet symbolNamegetType()Get typeinthashCode()voidvoidsetAddress(Integer address) voidsetIsDynamic(Boolean isDynamic) voidsetIsPltgot(Boolean isPltgot) 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:
-
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
-
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
-