Class Review.Session

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Review.Session
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Review

public static class Review.Session extends StripeObject
  • Constructor Details

    • Session

      public Session()
  • Method Details

    • getBrowser

      public String getBrowser()
      The browser used in this browser session (e.g., Chrome).
    • getDevice

      public String getDevice()
      Information about the device used for the browser session (e.g., Samsung SM-G930T).
    • getPlatform

      public String getPlatform()
      The platform for the browser session (e.g., Macintosh).
    • getVersion

      public String getVersion()
      The version for the browser session (e.g., 61.0.3163.100).
    • setBrowser

      public void setBrowser(String browser)
      The browser used in this browser session (e.g., Chrome).
    • setDevice

      public void setDevice(String device)
      Information about the device used for the browser session (e.g., Samsung SM-G930T).
    • setPlatform

      public void setPlatform(String platform)
      The platform for the browser session (e.g., Macintosh).
    • setVersion

      public void setVersion(String version)
      The version for the browser session (e.g., 61.0.3163.100).
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object