Package ai.vectorizer.model
Class DeleteImageResponse
java.lang.Object
ai.vectorizer.model.DeleteImageResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.6.0")
public class DeleteImageResponse
extends Object
DeleteImageResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this DeleteImageResponse object is equal to o.Always true when the Image Token has been deleted.inthashCode()voidsetSuccess(Boolean success) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
-
Constructor Details
-
DeleteImageResponse
public DeleteImageResponse()
-
-
Method Details
-
success
-
getSuccess
Always true when the Image Token has been deleted.- Returns:
- success
-
setSuccess
-
equals
Return true if this DeleteImageResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-