Class NewContactNotificationsResponse

    • Constructor Detail

      • NewContactNotificationsResponse

        public NewContactNotificationsResponse()
    • Method Detail

      • getMessage

        public String getMessage()
        message string
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getNotificationId

        public Integer getNotificationId()
        notification_id integer
        Returns:
        notificationId
      • setNotificationId

        public void setNotificationId​(Integer notificationId)
      • getSendDate

        public java.time.OffsetDateTime getSendDate()
        send_date string
        Returns:
        sendDate
      • setSendDate

        public void setSendDate​(java.time.OffsetDateTime sendDate)
      • getSenderCharacterId

        public Integer getSenderCharacterId()
        sender_character_id integer
        Returns:
        senderCharacterId
      • setSenderCharacterId

        public void setSenderCharacterId​(Integer senderCharacterId)
      • getStandingLevel

        public Float getStandingLevel()
        A number representing the standing level the receiver has been added at by the sender. The standing levels are as follows: -10 -> Terrible | -5 -> Bad | 0 -> Neutral | 5 -> Good | 10 -> Excellent
        Returns:
        standingLevel
      • setStandingLevel

        public void setStandingLevel​(Float standingLevel)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object