Interface UpdateFanTicketMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateFanTicketMessage,UpdateFanTicketMessage.Builder
public interface UpdateFanTicketMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Common common = 1;.Common common = 1;booleanbool forceUpdate = 4;longuint64 roomFanTicketCount = 3;string roomFanTicketCountText = 2;com.google.protobuf.ByteStringstring roomFanTicketCountText = 2;boolean.Common common = 1;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
-
hasCommon
boolean hasCommon().Common common = 1;- Returns:
- Whether the common field is set.
-
getCommon
Common getCommon().Common common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonOrBuilder getCommonOrBuilder().Common common = 1; -
getRoomFanTicketCountText
String getRoomFanTicketCountText()string roomFanTicketCountText = 2;- Returns:
- The roomFanTicketCountText.
-
getRoomFanTicketCountTextBytes
com.google.protobuf.ByteString getRoomFanTicketCountTextBytes()string roomFanTicketCountText = 2;- Returns:
- The bytes for roomFanTicketCountText.
-
getRoomFanTicketCount
long getRoomFanTicketCount()uint64 roomFanTicketCount = 3;- Returns:
- The roomFanTicketCount.
-
getForceUpdate
boolean getForceUpdate()bool forceUpdate = 4;- Returns:
- The forceUpdate.
-