Package dev.cachly.api.model
Class SetWebhookURL200Response
java.lang.Object
dev.cachly.api.model.SetWebhookURL200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class SetWebhookURL200Response
extends Object
SetWebhookURL200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this setWebhookURL_200_response object is equal to o.getOk()Get okGet webhookUrlinthashCode()voidvoidsetWebhookUrl(String webhookUrl) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.webhookUrl(String webhookUrl)
-
Field Details
-
JSON_PROPERTY_OK
- See Also:
-
JSON_PROPERTY_WEBHOOK_URL
- See Also:
-
-
Constructor Details
-
SetWebhookURL200Response
public SetWebhookURL200Response()
-
-
Method Details
-
ok
-
getOk
Get ok- Returns:
- ok
-
setOk
-
webhookUrl
-
getWebhookUrl
Get webhookUrl- Returns:
- webhookUrl
-
setWebhookUrl
-
equals
Return true if this setWebhookURL_200_response 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
-