Package ai.reveng.model
Class XrefToResponse
java.lang.Object
ai.reveng.model.XrefToResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class XrefToResponse
extends Object
XrefToResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic XrefToResponseCreate an instance of XrefToResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get isCallGet isDataGet isScalarGet isStringGet origStrEncodingGet rawDataGet segmentgetValue()Get valueGet xrefFrominthashCode()origStrEncoding(String origStrEncoding) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.segment(SegmentInfo segment) voidvoidvoidsetIsScalar(Boolean isScalar) voidsetIsString(Boolean isString) voidsetOrigStrEncoding(String origStrEncoding) voidsetRawData(File rawData) voidsetSegment(SegmentInfo segment) voidvoidsetXrefFrom(String xrefFrom) toJson()Convert an instance of XrefToResponse 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_VALUE
- See Also:
-
SERIALIZED_NAME_IS_SCALAR
- See Also:
-
SERIALIZED_NAME_IS_CALL
- See Also:
-
SERIALIZED_NAME_IS_DATA
- See Also:
-
SERIALIZED_NAME_IS_STRING
- See Also:
-
SERIALIZED_NAME_RAW_DATA
- See Also:
-
SERIALIZED_NAME_SEGMENT
- See Also:
-
SERIALIZED_NAME_ORIG_STR_ENCODING
- See Also:
-
SERIALIZED_NAME_XREF_FROM
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
XrefToResponse
public XrefToResponse()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
isScalar
-
getIsScalar
Get isScalar- Returns:
- isScalar
-
setIsScalar
-
isCall
-
getIsCall
Get isCall- Returns:
- isCall
-
setIsCall
-
isData
-
getIsData
Get isData- Returns:
- isData
-
setIsData
-
isString
-
getIsString
Get isString- Returns:
- isString
-
setIsString
-
rawData
-
getRawData
Get rawData- Returns:
- rawData
-
setRawData
-
segment
-
getSegment
Get segment- Returns:
- segment
-
setSegment
-
origStrEncoding
-
getOrigStrEncoding
Get origStrEncoding- Returns:
- origStrEncoding
-
setOrigStrEncoding
-
xrefFrom
-
getXrefFrom
Get xrefFrom- Returns:
- xrefFrom
-
setXrefFrom
-
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 XrefToResponse 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 XrefToResponse
-
fromJson
Create an instance of XrefToResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of XrefToResponse
- Throws:
IOException- if the JSON string is invalid with respect to XrefToResponse
-
toJson
Convert an instance of XrefToResponse to an JSON string- Returns:
- JSON string
-