Class Attachment

java.lang.Object
com.gooddata.sdk.model.md.Attachment
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DashboardAttachment, ReportAttachment

public class Attachment
extends java.lang.Object
implements java.io.Serializable
Common ancestor to ScheduledMail attachments.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected Attachment​(java.lang.String uri)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getUri()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Attachment

      protected Attachment​(java.lang.String uri)
  • Method Details

    • getUri

      public java.lang.String getUri()
    • equals

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

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object