Class SystemOverviewResponse
java.lang.Object
org.graylog2.rest.models.system.responses.SystemOverviewResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringcodename()static SystemOverviewResponsecreate(String facility, String codename, String nodeId, String clusterId, String version, String startedAt, boolean isProcessing, String hostname, String lifecycle, String lbStatis, String timezone, String operatingSystem, boolean isLeader) abstract Stringfacility()abstract Stringhostname()abstract booleanisLeader()abstract booleanabstract StringlbStatus()abstract Stringabstract StringnodeId()abstract Stringabstract Stringabstract Stringtimezone()abstract Stringversion()
-
Constructor Details
-
SystemOverviewResponse
public SystemOverviewResponse()
-
-
Method Details
-
facility
-
codename
-
nodeId
-
clusterId
-
version
-
startedAt
-
isProcessing
public abstract boolean isProcessing() -
hostname
-
lifecycle
-
lbStatus
-
timezone
-
operatingSystem
-
isLeader
public abstract boolean isLeader() -
create
-