Interface TextPieceGiftOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextPieceGift,TextPieceGift.Builder
public interface TextPieceGiftOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 giftId = 1;.PatternRef nameRef = 2;.PatternRef nameRef = 2;boolean.PatternRef nameRef = 2;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
-
getGiftId
long getGiftId()uint64 giftId = 1;- Returns:
- The giftId.
-
hasNameRef
boolean hasNameRef().PatternRef nameRef = 2;- Returns:
- Whether the nameRef field is set.
-
getNameRef
PatternRef getNameRef().PatternRef nameRef = 2;- Returns:
- The nameRef.
-
getNameRefOrBuilder
PatternRefOrBuilder getNameRefOrBuilder().PatternRef nameRef = 2;
-