Class Reader.Action.PrintContent.Image

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.PrintContent.Image
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Reader.Action.PrintContent

public static class Reader.Action.PrintContent.Image extends StripeObject
Metadata of an uploaded file.
  • Constructor Details

    • Image

      public Image()
  • Method Details

    • getCreatedAt

      public Long getCreatedAt()
    • getFilename

      public String getFilename()
    • getSize

      public Long getSize()
    • getType

      public String getType()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • setFilename

      public void setFilename(String filename)
    • setSize

      public void setSize(Long size)
    • setType

      public void setType(String type)
    • 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