Class AdminNotification

    • Field Detail

      • proxyId

        private AgentId proxyId
        The proxy's AgentId identifier.
      • identity

        private Identity identity
        The administrator's Identity.
    • Constructor Detail

      • AdminNotification

        AdminNotification​(AgentId proxyId,
                          Identity identity)
        Constructs an AdminNotification instance.
        Parameters:
        proxyId - The proxy's identifier.
        identity - administrator identity.
    • Method Detail

      • getProxyId

        public AgentId getProxyId()
        Returns the AgentId of the proxy.
      • getIdentity

        public Identity getIdentity()
        Returns the identity of the administrator.