Interface SimilarUserListInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SimilarUserListInfo, SimilarUserListInfo.Builder

    public interface SimilarUserListInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSeedUserList()
      Seed UserList from which this list is derived.
      com.google.protobuf.ByteString getSeedUserListBytes()
      Seed UserList from which this list is derived.
      boolean hasSeedUserList()
      Seed UserList from which this list is derived.
      • 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 Detail

      • hasSeedUserList

        boolean hasSeedUserList()
         Seed UserList from which this list is derived.
         
        optional string seed_user_list = 2;
        Returns:
        Whether the seedUserList field is set.
      • getSeedUserList

        java.lang.String getSeedUserList()
         Seed UserList from which this list is derived.
         
        optional string seed_user_list = 2;
        Returns:
        The seedUserList.
      • getSeedUserListBytes

        com.google.protobuf.ByteString getSeedUserListBytes()
         Seed UserList from which this list is derived.
         
        optional string seed_user_list = 2;
        Returns:
        The bytes for seedUserList.