Class EventRequest

    • Constructor Detail

      • EventRequest

        public EventRequest()
    • Method Detail

      • getIdempotencyKey

        public java.lang.String getIdempotencyKey()
        The idempotency key transmitted during the request, if any. Note: This property is populated only for events on or after May 23, 2017.
      • setId

        public void setId​(java.lang.String id)
        ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the dashboard, but currently not in the API.
      • setIdempotencyKey

        public void setIdempotencyKey​(java.lang.String idempotencyKey)
        The idempotency key transmitted during the request, if any. Note: This property is populated only for events on or after May 23, 2017.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getId

        public java.lang.String getId()
        ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the dashboard, but currently not in the API.
        Specified by:
        getId in interface HasId