Package ai.reveng.model
Class AiUnstripRequest
java.lang.Object
ai.reveng.model.AiUnstripRequest
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AiUnstripRequest
extends Object
AiUnstripRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic AiUnstripRequestCreate an instance of AiUnstripRequest given an JSON stringgetApply()Whether to apply the suggested function names to the target functions, default is FalseinthashCode()voidtoJson()Convert an instance of AiUnstripRequest 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_APPLY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AiUnstripRequest
public AiUnstripRequest()
-
-
Method Details
-
apply
-
getApply
Whether to apply the suggested function names to the target functions, default is False- Returns:
- apply
-
setApply
-
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 AiUnstripRequest
-
fromJson
Create an instance of AiUnstripRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AiUnstripRequest
- Throws:
IOException- if the JSON string is invalid with respect to AiUnstripRequest
-
toJson
Convert an instance of AiUnstripRequest to an JSON string- Returns:
- JSON string
-