Package org.yamcs.protobuf
Interface Mdb.AncillaryDataInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.AncillaryDataInfo,Mdb.AncillaryDataInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.AncillaryDataInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()optional string href = 3;com.google.protobuf.ByteStringgetHrefBytes()optional string href = 3;StringgetMimeType()optional string mimeType = 2;com.google.protobuf.ByteStringgetMimeTypeBytes()optional string mimeType = 2;StringgetValue()optional string value = 1;com.google.protobuf.ByteStringgetValueBytes()optional string value = 1;booleanhasHref()optional string href = 3;booleanhasMimeType()optional string mimeType = 2;booleanhasValue()optional string value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
optional string value = 1;
-
getValue
String getValue()
optional string value = 1;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
optional string value = 1;
-
hasMimeType
boolean hasMimeType()
optional string mimeType = 2;
-
getMimeType
String getMimeType()
optional string mimeType = 2;
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()
optional string mimeType = 2;
-
hasHref
boolean hasHref()
optional string href = 3;
-
getHref
String getHref()
optional string href = 3;
-
getHrefBytes
com.google.protobuf.ByteString getHrefBytes()
optional string href = 3;
-
-