Class DeviceSessionLogInfo.Builder

    • Field Detail

      • ipAddress

        protected java.lang.String ipAddress
      • created

        protected java.util.Date created
      • updated

        protected java.util.Date updated
    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • withIpAddress

        public DeviceSessionLogInfo.Builder withIpAddress​(java.lang.String ipAddress)
        Set value for optional field.
        Parameters:
        ipAddress - The IP address of the last activity from this session.
        Returns:
        this builder
      • withCreated

        public DeviceSessionLogInfo.Builder withCreated​(java.util.Date created)
        Set value for optional field.
        Parameters:
        created - The time this session was created.
        Returns:
        this builder
      • withUpdated

        public DeviceSessionLogInfo.Builder withUpdated​(java.util.Date updated)
        Set value for optional field.
        Parameters:
        updated - The time of the last activity from this session.
        Returns:
        this builder