public static interface Controlcenter.MetricMeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommandAlert.BrokerTriggerMetricType |
getBrokerMetric()
.command_alert.BrokerTriggerMetricType brokerMetric = 1; |
int |
getBrokerMetricValue()
.command_alert.BrokerTriggerMetricType brokerMetric = 1; |
long |
getLongValue()
int64 longValue = 3; |
Controlcenter.MetricMeasurement.MetricTypeCase |
getMetricTypeCase() |
CommandAlert.StatusValue |
getStatusValue()
.command_alert.StatusValue statusValue = 4; |
int |
getStatusValueValue()
.command_alert.StatusValue statusValue = 4; |
CommandAlert.TopicTriggerMetricType |
getTopicMetric()
.command_alert.TopicTriggerMetricType topicMetric = 2; |
int |
getTopicMetricValue()
.command_alert.TopicTriggerMetricType topicMetric = 2; |
Controlcenter.MetricMeasurement.ValueCase |
getValueCase() |
boolean |
hasBrokerMetric()
.command_alert.BrokerTriggerMetricType brokerMetric = 1; |
boolean |
hasLongValue()
int64 longValue = 3; |
boolean |
hasStatusValue()
.command_alert.StatusValue statusValue = 4; |
boolean |
hasTopicMetric()
.command_alert.TopicTriggerMetricType topicMetric = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBrokerMetric()
.command_alert.BrokerTriggerMetricType brokerMetric = 1;
int getBrokerMetricValue()
.command_alert.BrokerTriggerMetricType brokerMetric = 1;
CommandAlert.BrokerTriggerMetricType getBrokerMetric()
.command_alert.BrokerTriggerMetricType brokerMetric = 1;
boolean hasTopicMetric()
.command_alert.TopicTriggerMetricType topicMetric = 2;
int getTopicMetricValue()
.command_alert.TopicTriggerMetricType topicMetric = 2;
CommandAlert.TopicTriggerMetricType getTopicMetric()
.command_alert.TopicTriggerMetricType topicMetric = 2;
boolean hasLongValue()
int64 longValue = 3;
long getLongValue()
int64 longValue = 3;
boolean hasStatusValue()
.command_alert.StatusValue statusValue = 4;
int getStatusValueValue()
.command_alert.StatusValue statusValue = 4;
CommandAlert.StatusValue getStatusValue()
.command_alert.StatusValue statusValue = 4;
Controlcenter.MetricMeasurement.MetricTypeCase getMetricTypeCase()
Controlcenter.MetricMeasurement.ValueCase getValueCase()