Package org.yamcs.protobuf
Interface RouteInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteInfo,RouteInfo.Builder
public interface RouteInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDeprecated()optional bool deprecated = 8;StringgetDescription()optional string description = 3;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 3;longgetErrorCount()optional int64 errorCount = 10;StringgetHttpMethod()optional string httpMethod = 4;com.google.protobuf.ByteStringgetHttpMethodBytes()optional string httpMethod = 4;StringgetInputType()optional string inputType = 6;com.google.protobuf.ByteStringgetInputTypeBytes()optional string inputType = 6;StringgetMethod()optional string method = 2;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 2;StringgetOutputType()optional string outputType = 7;com.google.protobuf.ByteStringgetOutputTypeBytes()optional string outputType = 7;longgetRequestCount()optional int64 requestCount = 9;StringgetService()optional string service = 1;com.google.protobuf.ByteStringgetServiceBytes()optional string service = 1;StringgetUrl()optional string url = 5;com.google.protobuf.ByteStringgetUrlBytes()optional string url = 5;booleanhasDeprecated()optional bool deprecated = 8;booleanhasDescription()optional string description = 3;booleanhasErrorCount()optional int64 errorCount = 10;booleanhasHttpMethod()optional string httpMethod = 4;booleanhasInputType()optional string inputType = 6;booleanhasMethod()optional string method = 2;booleanhasOutputType()optional string outputType = 7;booleanhasRequestCount()optional int64 requestCount = 9;booleanhasService()optional string service = 1;booleanhasUrl()optional string url = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasService
boolean hasService()
optional string service = 1;
-
getService
String getService()
optional string service = 1;
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
optional string service = 1;
-
hasMethod
boolean hasMethod()
optional string method = 2;
-
getMethod
String getMethod()
optional string method = 2;
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
optional string method = 2;
-
hasDescription
boolean hasDescription()
optional string description = 3;
-
getDescription
String getDescription()
optional string description = 3;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;
-
hasHttpMethod
boolean hasHttpMethod()
optional string httpMethod = 4;
-
getHttpMethod
String getHttpMethod()
optional string httpMethod = 4;
-
getHttpMethodBytes
com.google.protobuf.ByteString getHttpMethodBytes()
optional string httpMethod = 4;
-
hasUrl
boolean hasUrl()
optional string url = 5;
-
getUrl
String getUrl()
optional string url = 5;
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
optional string url = 5;
-
hasInputType
boolean hasInputType()
optional string inputType = 6;
-
getInputType
String getInputType()
optional string inputType = 6;
-
getInputTypeBytes
com.google.protobuf.ByteString getInputTypeBytes()
optional string inputType = 6;
-
hasOutputType
boolean hasOutputType()
optional string outputType = 7;
-
getOutputType
String getOutputType()
optional string outputType = 7;
-
getOutputTypeBytes
com.google.protobuf.ByteString getOutputTypeBytes()
optional string outputType = 7;
-
hasDeprecated
boolean hasDeprecated()
optional bool deprecated = 8;
-
getDeprecated
boolean getDeprecated()
optional bool deprecated = 8;
-
hasRequestCount
boolean hasRequestCount()
optional int64 requestCount = 9;
-
getRequestCount
long getRequestCount()
optional int64 requestCount = 9;
-
hasErrorCount
boolean hasErrorCount()
optional int64 errorCount = 10;
-
getErrorCount
long getErrorCount()
optional int64 errorCount = 10;
-
-