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 stringThe architecture of the binary dataWhether the binary data is dynamicThe format of the binary dataThe size of the binary dataThe type of binary dataGet debugHashThe name of the modelinthashCode()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
Get debugHash- 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
-
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
-