Serialized Form
|
Package net.openai.ai.agent |
spawnHostName
java.lang.String spawnHostName
- The host machine name that spawned the agent.
spawnHostIP
java.lang.String spawnHostIP
- The host machine IP that spawned the agent.
spawnTime
long spawnTime
- The local time that the agent was spawned in milliseconds.
agentNumber
long agentNumber
- The number of the agent created on the local host.
address
java.lang.String address
- The IP address of the remote Daemon.
host
java.lang.String host
- The hostname of the remote Daemon.
port
int port
- The port of the remote Daemon.
services
java.lang.String[] services
- A list of known services for the remote Daemon.
isPublic
boolean isPublic
- Indicates whether or not this is a "public" service or not.