Interface AdminConsoleProto.SwingSessionMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.SwingSessionMsgOutProto,AdminConsoleProto.SwingSessionMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.SwingSessionMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetApplet()optional bool applet = 12;java.lang.StringgetApplication()optional string application = 7;com.google.protobuf.ByteStringgetApplicationBytes()optional string application = 7;java.lang.StringgetApplicationPath()optional string applicationPath = 8;com.google.protobuf.ByteStringgetApplicationPathBytes()optional string applicationPath = 8;booleangetConnected()optional bool connected = 11;longgetDisconnectedSince()optional sint64 disconnectedSince = 13;longgetEndedAt()optional sint64 endedAt = 10;java.lang.StringgetInstanceId()optional string instanceId = 2;com.google.protobuf.ByteStringgetInstanceIdBytes()optional string instanceId = 2;booleangetLoggingEnabled()optional bool loggingEnabled = 16;AdminConsoleProto.MetricMsgOutProtogetMetrics(int index)repeated .MetricMsgOutProto metrics = 21;intgetMetricsCount()repeated .MetricMsgOutProto metrics = 21;java.util.List<AdminConsoleProto.MetricMsgOutProto>getMetricsList()repeated .MetricMsgOutProto metrics = 21;AdminConsoleProto.MetricMsgOutProtoOrBuildergetMetricsOrBuilder(int index)repeated .MetricMsgOutProto metrics = 21;java.util.List<? extends AdminConsoleProto.MetricMsgOutProtoOrBuilder>getMetricsOrBuilderList()repeated .MetricMsgOutProto metrics = 21;booleangetRecorded()optional bool recorded = 14;java.lang.StringgetRecordingFile()optional string recordingFile = 15;com.google.protobuf.ByteStringgetRecordingFileBytes()optional string recordingFile = 15;longgetStartedAt()optional sint64 startedAt = 9;booleangetStatisticsLoggingEnabled()optional bool statisticsLoggingEnabled = 17;AdminConsoleProto.StatEntryMsgOutProtogetStats(int index)repeated .StatEntryMsgOutProto stats = 22;intgetStatsCount()repeated .StatEntryMsgOutProto stats = 22;java.util.List<AdminConsoleProto.StatEntryMsgOutProto>getStatsList()repeated .StatEntryMsgOutProto stats = 22;AdminConsoleProto.StatEntryMsgOutProtoOrBuildergetStatsOrBuilder(int index)repeated .StatEntryMsgOutProto stats = 22;java.util.List<? extends AdminConsoleProto.StatEntryMsgOutProtoOrBuilder>getStatsOrBuilderList()repeated .StatEntryMsgOutProto stats = 22;AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProtogetStatus()optional .SwingSessionMsgOutProto.StatusEnumProto status = 1;AdminConsoleProto.ThreadDumpMsgOutProtogetThreadDumps(int index)repeated .ThreadDumpMsgOutProto threadDumps = 20;intgetThreadDumpsCount()repeated .ThreadDumpMsgOutProto threadDumps = 20;java.util.List<AdminConsoleProto.ThreadDumpMsgOutProto>getThreadDumpsList()repeated .ThreadDumpMsgOutProto threadDumps = 20;AdminConsoleProto.ThreadDumpMsgOutProtoOrBuildergetThreadDumpsOrBuilder(int index)repeated .ThreadDumpMsgOutProto threadDumps = 20;java.util.List<? extends AdminConsoleProto.ThreadDumpMsgOutProtoOrBuilder>getThreadDumpsOrBuilderList()repeated .ThreadDumpMsgOutProto threadDumps = 20;java.lang.StringgetUser()optional string user = 3;java.lang.StringgetUserBrowser()optional string userBrowser = 6;com.google.protobuf.ByteStringgetUserBrowserBytes()optional string userBrowser = 6;com.google.protobuf.ByteStringgetUserBytes()optional string user = 3;java.lang.StringgetUserIp()optional string userIp = 4;com.google.protobuf.ByteStringgetUserIpBytes()optional string userIp = 4;java.lang.StringgetUserOs()optional string userOs = 5;com.google.protobuf.ByteStringgetUserOsBytes()optional string userOs = 5;java.lang.StringgetWarningHistory(int index)repeated string warningHistory = 19;com.google.protobuf.ByteStringgetWarningHistoryBytes(int index)repeated string warningHistory = 19;intgetWarningHistoryCount()repeated string warningHistory = 19;java.util.List<java.lang.String>getWarningHistoryList()repeated string warningHistory = 19;java.lang.StringgetWarnings(int index)repeated string warnings = 18;com.google.protobuf.ByteStringgetWarningsBytes(int index)repeated string warnings = 18;intgetWarningsCount()repeated string warnings = 18;java.util.List<java.lang.String>getWarningsList()repeated string warnings = 18;booleanhasApplet()optional bool applet = 12;booleanhasApplication()optional string application = 7;booleanhasApplicationPath()optional string applicationPath = 8;booleanhasConnected()optional bool connected = 11;booleanhasDisconnectedSince()optional sint64 disconnectedSince = 13;booleanhasEndedAt()optional sint64 endedAt = 10;booleanhasInstanceId()optional string instanceId = 2;booleanhasLoggingEnabled()optional bool loggingEnabled = 16;booleanhasRecorded()optional bool recorded = 14;booleanhasRecordingFile()optional string recordingFile = 15;booleanhasStartedAt()optional sint64 startedAt = 9;booleanhasStatisticsLoggingEnabled()optional bool statisticsLoggingEnabled = 17;booleanhasStatus()optional .SwingSessionMsgOutProto.StatusEnumProto status = 1;booleanhasUser()optional string user = 3;booleanhasUserBrowser()optional string userBrowser = 6;booleanhasUserIp()optional string userIp = 4;booleanhasUserOs()optional string userOs = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
optional .SwingSessionMsgOutProto.StatusEnumProto status = 1;
-
getStatus
AdminConsoleProto.SwingSessionMsgOutProto.StatusEnumProto getStatus()
optional .SwingSessionMsgOutProto.StatusEnumProto status = 1;
-
hasInstanceId
boolean hasInstanceId()
optional string instanceId = 2;
-
getInstanceId
java.lang.String getInstanceId()
optional string instanceId = 2;
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
optional string instanceId = 2;
-
hasUser
boolean hasUser()
optional string user = 3;
-
getUser
java.lang.String getUser()
optional string user = 3;
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
optional string user = 3;
-
hasUserIp
boolean hasUserIp()
optional string userIp = 4;
-
getUserIp
java.lang.String getUserIp()
optional string userIp = 4;
-
getUserIpBytes
com.google.protobuf.ByteString getUserIpBytes()
optional string userIp = 4;
-
hasUserOs
boolean hasUserOs()
optional string userOs = 5;
-
getUserOs
java.lang.String getUserOs()
optional string userOs = 5;
-
getUserOsBytes
com.google.protobuf.ByteString getUserOsBytes()
optional string userOs = 5;
-
hasUserBrowser
boolean hasUserBrowser()
optional string userBrowser = 6;
-
getUserBrowser
java.lang.String getUserBrowser()
optional string userBrowser = 6;
-
getUserBrowserBytes
com.google.protobuf.ByteString getUserBrowserBytes()
optional string userBrowser = 6;
-
hasApplication
boolean hasApplication()
optional string application = 7;
-
getApplication
java.lang.String getApplication()
optional string application = 7;
-
getApplicationBytes
com.google.protobuf.ByteString getApplicationBytes()
optional string application = 7;
-
hasApplicationPath
boolean hasApplicationPath()
optional string applicationPath = 8;
-
getApplicationPath
java.lang.String getApplicationPath()
optional string applicationPath = 8;
-
getApplicationPathBytes
com.google.protobuf.ByteString getApplicationPathBytes()
optional string applicationPath = 8;
-
hasStartedAt
boolean hasStartedAt()
optional sint64 startedAt = 9;
-
getStartedAt
long getStartedAt()
optional sint64 startedAt = 9;
-
hasEndedAt
boolean hasEndedAt()
optional sint64 endedAt = 10;
-
getEndedAt
long getEndedAt()
optional sint64 endedAt = 10;
-
hasConnected
boolean hasConnected()
optional bool connected = 11;
-
getConnected
boolean getConnected()
optional bool connected = 11;
-
hasApplet
boolean hasApplet()
optional bool applet = 12;
-
getApplet
boolean getApplet()
optional bool applet = 12;
-
hasDisconnectedSince
boolean hasDisconnectedSince()
optional sint64 disconnectedSince = 13;
-
getDisconnectedSince
long getDisconnectedSince()
optional sint64 disconnectedSince = 13;
-
hasRecorded
boolean hasRecorded()
optional bool recorded = 14;
-
getRecorded
boolean getRecorded()
optional bool recorded = 14;
-
hasRecordingFile
boolean hasRecordingFile()
optional string recordingFile = 15;
-
getRecordingFile
java.lang.String getRecordingFile()
optional string recordingFile = 15;
-
getRecordingFileBytes
com.google.protobuf.ByteString getRecordingFileBytes()
optional string recordingFile = 15;
-
hasLoggingEnabled
boolean hasLoggingEnabled()
optional bool loggingEnabled = 16;
-
getLoggingEnabled
boolean getLoggingEnabled()
optional bool loggingEnabled = 16;
-
hasStatisticsLoggingEnabled
boolean hasStatisticsLoggingEnabled()
optional bool statisticsLoggingEnabled = 17;
-
getStatisticsLoggingEnabled
boolean getStatisticsLoggingEnabled()
optional bool statisticsLoggingEnabled = 17;
-
getWarningsList
java.util.List<java.lang.String> getWarningsList()
repeated string warnings = 18;
-
getWarningsCount
int getWarningsCount()
repeated string warnings = 18;
-
getWarnings
java.lang.String getWarnings(int index)
repeated string warnings = 18;
-
getWarningsBytes
com.google.protobuf.ByteString getWarningsBytes(int index)
repeated string warnings = 18;
-
getWarningHistoryList
java.util.List<java.lang.String> getWarningHistoryList()
repeated string warningHistory = 19;
-
getWarningHistoryCount
int getWarningHistoryCount()
repeated string warningHistory = 19;
-
getWarningHistory
java.lang.String getWarningHistory(int index)
repeated string warningHistory = 19;
-
getWarningHistoryBytes
com.google.protobuf.ByteString getWarningHistoryBytes(int index)
repeated string warningHistory = 19;
-
getThreadDumpsList
java.util.List<AdminConsoleProto.ThreadDumpMsgOutProto> getThreadDumpsList()
repeated .ThreadDumpMsgOutProto threadDumps = 20;
-
getThreadDumps
AdminConsoleProto.ThreadDumpMsgOutProto getThreadDumps(int index)
repeated .ThreadDumpMsgOutProto threadDumps = 20;
-
getThreadDumpsCount
int getThreadDumpsCount()
repeated .ThreadDumpMsgOutProto threadDumps = 20;
-
getThreadDumpsOrBuilderList
java.util.List<? extends AdminConsoleProto.ThreadDumpMsgOutProtoOrBuilder> getThreadDumpsOrBuilderList()
repeated .ThreadDumpMsgOutProto threadDumps = 20;
-
getThreadDumpsOrBuilder
AdminConsoleProto.ThreadDumpMsgOutProtoOrBuilder getThreadDumpsOrBuilder(int index)
repeated .ThreadDumpMsgOutProto threadDumps = 20;
-
getMetricsList
java.util.List<AdminConsoleProto.MetricMsgOutProto> getMetricsList()
repeated .MetricMsgOutProto metrics = 21;
-
getMetrics
AdminConsoleProto.MetricMsgOutProto getMetrics(int index)
repeated .MetricMsgOutProto metrics = 21;
-
getMetricsCount
int getMetricsCount()
repeated .MetricMsgOutProto metrics = 21;
-
getMetricsOrBuilderList
java.util.List<? extends AdminConsoleProto.MetricMsgOutProtoOrBuilder> getMetricsOrBuilderList()
repeated .MetricMsgOutProto metrics = 21;
-
getMetricsOrBuilder
AdminConsoleProto.MetricMsgOutProtoOrBuilder getMetricsOrBuilder(int index)
repeated .MetricMsgOutProto metrics = 21;
-
getStatsList
java.util.List<AdminConsoleProto.StatEntryMsgOutProto> getStatsList()
repeated .StatEntryMsgOutProto stats = 22;
-
getStats
AdminConsoleProto.StatEntryMsgOutProto getStats(int index)
repeated .StatEntryMsgOutProto stats = 22;
-
getStatsCount
int getStatsCount()
repeated .StatEntryMsgOutProto stats = 22;
-
getStatsOrBuilderList
java.util.List<? extends AdminConsoleProto.StatEntryMsgOutProtoOrBuilder> getStatsOrBuilderList()
repeated .StatEntryMsgOutProto stats = 22;
-
getStatsOrBuilder
AdminConsoleProto.StatEntryMsgOutProtoOrBuilder getStatsOrBuilder(int index)
repeated .StatEntryMsgOutProto stats = 22;
-
-