public class JsonInfoMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
author
Author or Contact of the application.
|
java.lang.String |
Id
unique identificator of the application.
|
java.lang.String |
ip
IP of the network interface to the blackboard.
|
java.lang.String |
misc
miscellaneous field.
|
java.lang.String |
status
status of the application.
|
java.lang.String |
Version
Version of the application.
|
Constructor and Description |
---|
JsonInfoMessage()
Public default constructor to create instances of this class.
|
public java.lang.String Id
public java.lang.String ip
public java.lang.String Version
public java.lang.String author
public java.lang.String misc
public java.lang.String status