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

    Modifier and Type
    Method
    Description
    long
    getChainIds(int index)
    Used to filter affiliate locations by chain ids.
    int
    Used to filter affiliate locations by chain ids.
    Used to filter affiliate locations by chain ids.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChainIdsList

      List<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.