Class CreateWebhook201ResponseDataAllOf

java.lang.Object
com.duffel.sdk.model.CreateWebhook201ResponseDataAllOf

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-08-28T15:18:14.926970+07:00[Asia/Bangkok]") public class CreateWebhook201ResponseDataAllOf extends Object
CreateWebhook201ResponseDataAllOf
  • Field Details

  • Constructor Details

    • CreateWebhook201ResponseDataAllOf

      public CreateWebhook201ResponseDataAllOf()
  • Method Details

    • secret

      public CreateWebhook201ResponseDataAllOf secret(String secret)
    • getSecret

      @Nullable public String getSecret()
      The secret used to secure the payload being sent. This will only be returned when the webhook is first created.
      Returns:
      secret
    • setSecret

      public void setSecret(String secret)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object