Class EventRepresentation

    • Constructor Detail

      • EventRepresentation

        public EventRepresentation()
    • Method Detail

      • setId

        public void setId​(GId id)
      • getType

        @JSONProperty(ignoreIfNull=true)
        public String getType()
      • setType

        public void setType​(String type)
      • getTime

        @JSONProperty(value="deprecated_Time",
                      ignore=true)
        @Deprecated
        public Date getTime()
        Deprecated.
      • getDateTime

        @JSONProperty(value="time",
                      ignoreIfNull=true)
        @JSONConverter(type=DateTimeConverter.class)
        public org.joda.time.DateTime getDateTime()
      • setDateTime

        public void setDateTime​(org.joda.time.DateTime time)
      • getText

        @JSONProperty(value="text",
                      ignoreIfNull=true)
        public String getText()
      • setText

        public void setText​(String text)
      • getExternalSource

        @JSONProperty(value="externalSource",
                      ignoreIfNull=true)
        public ExternalIDRepresentation getExternalSource()
      • getCreationTime

        @JSONProperty(value="deprecated_CreationTime",
                      ignore=true)
        @Deprecated
        public Date getCreationTime()
        Deprecated.
      • setCreationTime

        @Deprecated
        public void setCreationTime​(Date creationTime)
        Deprecated.
      • getCreationDateTime

        @JSONProperty(value="creationTime",
                      ignoreIfNull=true)
        @JSONConverter(type=DateTimeConverter.class)
        public org.joda.time.DateTime getCreationDateTime()
      • setCreationDateTime

        public void setCreationDateTime​(org.joda.time.DateTime creationTime)
      • getLastUpdatedDateTime

        @JSONProperty(value="lastUpdated",
                      ignoreIfNull=true)
        @JSONConverter(type=DateTimeConverter.class)
        public org.joda.time.DateTime getLastUpdatedDateTime()
      • setLastUpdatedDateTime

        public void setLastUpdatedDateTime​(org.joda.time.DateTime lastUpdated)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object