Package net.sf.okapi.proto
Interface StartSubDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartSubDocument,StartSubDocument.Builder
public interface StartSubDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilterId()string filterId = 3;com.google.protobuf.ByteStringgetFilterIdBytes()string filterId = 3;INameablegetNameable().INameable nameable = 1;INameableOrBuildergetNameableOrBuilder().INameable nameable = 1;StringgetParentId()string parentId = 2;com.google.protobuf.ByteStringgetParentIdBytes()string parentId = 2;booleanhasNameable().INameable nameable = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNameable
boolean hasNameable()
.INameable nameable = 1;- Returns:
- Whether the nameable field is set.
-
getNameable
INameable getNameable()
.INameable nameable = 1;- Returns:
- The nameable.
-
getNameableOrBuilder
INameableOrBuilder getNameableOrBuilder()
.INameable nameable = 1;
-
getParentId
String getParentId()
string parentId = 2;- Returns:
- The parentId.
-
getParentIdBytes
com.google.protobuf.ByteString getParentIdBytes()
string parentId = 2;- Returns:
- The bytes for parentId.
-
getFilterId
String getFilterId()
string filterId = 3;- Returns:
- The filterId.
-
getFilterIdBytes
com.google.protobuf.ByteString getFilterIdBytes()
string filterId = 3;- Returns:
- The bytes for filterId.
-
-