Class MinionIdentityDTO

  • All Implemented Interfaces:
    Message

    public class MinionIdentityDTO
    extends Object
    implements Message
    • Constructor Detail

      • MinionIdentityDTO

        public MinionIdentityDTO()
      • MinionIdentityDTO

        public MinionIdentityDTO​(MinionIdentity minion)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getTimestamp

        public Date getTimestamp()
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object