public class MethodInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
endpoint |
java.lang.String |
plugin |
java.util.List<ServerInformation> |
serverInfoList |
java.lang.String |
service |
Status |
status |
Constructor and Description |
---|
MethodInformation() |
MethodInformation(java.lang.String plugin,
java.lang.String service,
java.lang.String endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
addInformation(ServerInformation info)
Adds a new server information.
|
void |
postProcess()
Updates the status of the method information and removes all the server
info commands.
|
public java.lang.String plugin
public java.lang.String service
public java.lang.String endpoint
public Status status
public java.util.List<ServerInformation> serverInfoList
public MethodInformation()
public MethodInformation(java.lang.String plugin, java.lang.String service, java.lang.String endpoint)
public void postProcess()
public void addInformation(ServerInformation info)
info
- the info to be addedCopyright © 2021. All Rights Reserved.