Package ai.reveng.model
Class Params
java.lang.Object
ai.reveng.model.Params
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Params
extends Object
Params
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchitecture(String architecture) binaryDynamic(Boolean binaryDynamic) binaryFormat(String binaryFormat) binarySize(Integer binarySize) binaryType(String binaryType) booleanstatic ParamsCreate an instance of Params given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The architecture of the binary dataWhether the binary data is dynamicThe format of the binary dataThe size of the binary dataThe type of binary dataThe debug hash, if one was suppliedThe name of the modelinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetArchitecture(String architecture) voidsetBinaryDynamic(Boolean binaryDynamic) voidsetBinaryFormat(String binaryFormat) voidsetBinarySize(Integer binarySize) voidsetBinaryType(String binaryType) voidsetDebugHash(String debugHash) voidsetModelName(String modelName) toJson()Convert an instance of Params 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_DEBUG_HASH
- See Also:
-
SERIALIZED_NAME_BINARY_SIZE
- See Also:
-
SERIALIZED_NAME_ARCHITECTURE
- See Also:
-
SERIALIZED_NAME_BINARY_TYPE
- See Also:
-
SERIALIZED_NAME_BINARY_FORMAT
- See Also:
-
SERIALIZED_NAME_BINARY_DYNAMIC
- See Also:
-
SERIALIZED_NAME_MODEL_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
debugHash
-
getDebugHash
The debug hash, if one was supplied- Returns:
- debugHash
-
setDebugHash
-
binarySize
-
getBinarySize
The size of the binary data- Returns:
- binarySize
-
setBinarySize
-
architecture
-
getArchitecture
The architecture of the binary data- Returns:
- architecture
-
setArchitecture
-
binaryType
-
getBinaryType
The type of binary data- Returns:
- binaryType
-
setBinaryType
-
binaryFormat
-
getBinaryFormat
The format of the binary data- Returns:
- binaryFormat
-
setBinaryFormat
-
binaryDynamic
-
getBinaryDynamic
Whether the binary data is dynamic- Returns:
- binaryDynamic
-
setBinaryDynamic
-
modelName
-
getModelName
The name of the model- Returns:
- modelName
-
setModelName
-
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 Params 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 Params
-
fromJson
Create an instance of Params given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Params
- Throws:
IOException- if the JSON string is invalid with respect to Params
-
toJson
Convert an instance of Params to an JSON string- Returns:
- JSON string
-