Interface DynamicAffiliateLocationSetFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicAffiliateLocationSetFilter,DynamicAffiliateLocationSetFilter.Builder
public interface DynamicAffiliateLocationSetFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChainIds(int index)Used to filter affiliate locations by chain ids.intgetChainIdsCount()Used to filter affiliate locations by chain ids.java.util.List<java.lang.Long>getChainIdsList()Used to filter affiliate locations by chain ids.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChainIdsList
java.util.List<java.lang.Long> getChainIdsList()
Used to filter affiliate locations by chain ids. Only affiliate locations that belong to the specified chain(s) will be added to the FeedItemSet.
repeated int64 chain_ids = 1;- Returns:
- A list containing the chainIds.
-
getChainIdsCount
int getChainIdsCount()
Used to filter affiliate locations by chain ids. Only affiliate locations that belong to the specified chain(s) will be added to the FeedItemSet.
repeated int64 chain_ids = 1;- Returns:
- The count of chainIds.
-
getChainIds
long getChainIds(int index)
Used to filter affiliate locations by chain ids. Only affiliate locations that belong to the specified chain(s) will be added to the FeedItemSet.
repeated int64 chain_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The chainIds at the given index.
-
-