Interface SuffixTextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuffixText,SuffixText.Builder
public interface SuffixTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBizType
long getBizType()uint64 biz_type = 1;- Returns:
- The bizType.
-
hasText
boolean hasText().Text text = 2;- Returns:
- Whether the text field is set.
-
getText
Text getText().Text text = 2;- Returns:
- The text.
-
getTextOrBuilder
TextOrBuilder getTextOrBuilder().Text text = 2;
-