Package ai.reveng.model
Class Registry
java.lang.Object
ai.reveng.model.Registry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Registry
extends Object
Registry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RegistryCreate an instance of Registry given an JSON stringgetKey()Get keyGet methodgetValue()Get valueGet valueNameinthashCode()voidvoidvoidvoidsetValueName(String valueName) toJson()Convert an instance of Registry 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_METHOD
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_VALUE_NAME
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Registry
public Registry()
-
-
Method Details
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
valueName
-
getValueName
Get valueName- Returns:
- valueName
-
setValueName
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
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 Registry
-
fromJson
Create an instance of Registry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Registry
- Throws:
IOException- if the JSON string is invalid with respect to Registry
-
toJson
Convert an instance of Registry to an JSON string- Returns:
- JSON string
-