Interface GiftIMPriorityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GiftIMPriority,GiftIMPriority.Builder
public interface GiftIMPriorityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 priority = 3;longgetQueueSizesList(int index) repeated uint64 queueSizesList = 1;intrepeated uint64 queueSizesList = 1;repeated uint64 queueSizesList = 1;longuint64 selfQueuePriority = 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
-
getQueueSizesListList
repeated uint64 queueSizesList = 1;- Returns:
- A list containing the queueSizesList.
-
getQueueSizesListCount
int getQueueSizesListCount()repeated uint64 queueSizesList = 1;- Returns:
- The count of queueSizesList.
-
getQueueSizesList
long getQueueSizesList(int index) repeated uint64 queueSizesList = 1;- Parameters:
index- The index of the element to return.- Returns:
- The queueSizesList at the given index.
-
getSelfQueuePriority
long getSelfQueuePriority()uint64 selfQueuePriority = 2;- Returns:
- The selfQueuePriority.
-
getPriority
long getPriority()uint64 priority = 3;- Returns:
- The priority.
-