public class ServiceInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<MethodInformation> |
methodInfoList |
java.lang.String |
plugin |
java.lang.String |
service |
Status |
status |
Constructor and Description |
---|
ServiceInformation() |
ServiceInformation(java.lang.String plugin,
java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
void |
addInformation(MethodInformation infoList)
Adds a new Information to the list.
|
void |
postProcess()
Updates the status of the information
|
public java.lang.String plugin
public java.lang.String service
public Status status
public java.util.List<MethodInformation> methodInfoList
public ServiceInformation()
public ServiceInformation(java.lang.String plugin, java.lang.String service)
public void postProcess()
public void addInformation(MethodInformation infoList)
infoList
- Copyright © 2021. All Rights Reserved.