Package pbx

Interface Model.ServerMetaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Model.ServerMeta, Model.ServerMeta.Builder
    Enclosing class:
    Model

    public static interface Model.ServerMetaOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Model.ServerCred getCred​(int index)
      repeated .pbx.ServerCred cred = 7 [json_name = "cred"];
      int getCredCount()
      repeated .pbx.ServerCred cred = 7 [json_name = "cred"];
      java.util.List<Model.ServerCred> getCredList()
      repeated .pbx.ServerCred cred = 7 [json_name = "cred"];
      Model.DelValues getDel()
      .pbx.DelValues del = 5 [json_name = "del"];
      Model.TopicDesc getDesc()
      .pbx.TopicDesc desc = 3 [json_name = "desc"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Model.TopicSub getSub​(int index)
      repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      int getSubCount()
      repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      java.util.List<Model.TopicSub> getSubList()
      repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      java.lang.String getTags​(int index)
      repeated string tags = 6 [json_name = "tags"];
      com.google.protobuf.ByteString getTagsBytes​(int index)
      repeated string tags = 6 [json_name = "tags"];
      int getTagsCount()
      repeated string tags = 6 [json_name = "tags"];
      java.util.List<java.lang.String> getTagsList()
      repeated string tags = 6 [json_name = "tags"];
      java.lang.String getTopic()
      string topic = 2 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 2 [json_name = "topic"];
      boolean hasDel()
      .pbx.DelValues del = 5 [json_name = "del"];
      boolean hasDesc()
      .pbx.TopicDesc desc = 3 [json_name = "desc"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getTopic

        java.lang.String getTopic()
        string topic = 2 [json_name = "topic"];
        Returns:
        The topic.
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
        string topic = 2 [json_name = "topic"];
        Returns:
        The bytes for topic.
      • hasDesc

        boolean hasDesc()
        .pbx.TopicDesc desc = 3 [json_name = "desc"];
        Returns:
        Whether the desc field is set.
      • getDesc

        Model.TopicDesc getDesc()
        .pbx.TopicDesc desc = 3 [json_name = "desc"];
        Returns:
        The desc.
      • getSubList

        java.util.List<Model.TopicSub> getSubList()
        repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      • getSub

        Model.TopicSub getSub​(int index)
        repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      • getSubCount

        int getSubCount()
        repeated .pbx.TopicSub sub = 4 [json_name = "sub"];
      • hasDel

        boolean hasDel()
        .pbx.DelValues del = 5 [json_name = "del"];
        Returns:
        Whether the del field is set.
      • getDel

        Model.DelValues getDel()
        .pbx.DelValues del = 5 [json_name = "del"];
        Returns:
        The del.
      • getTagsList

        java.util.List<java.lang.String> getTagsList()
        repeated string tags = 6 [json_name = "tags"];
        Returns:
        A list containing the tags.
      • getTagsCount

        int getTagsCount()
        repeated string tags = 6 [json_name = "tags"];
        Returns:
        The count of tags.
      • getTags

        java.lang.String getTags​(int index)
        repeated string tags = 6 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
        repeated string tags = 6 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getCredList

        java.util.List<Model.ServerCred> getCredList()
        repeated .pbx.ServerCred cred = 7 [json_name = "cred"];
      • getCred

        Model.ServerCred getCred​(int index)
        repeated .pbx.ServerCred cred = 7 [json_name = "cred"];
      • getCredCount

        int getCredCount()
        repeated .pbx.ServerCred cred = 7 [json_name = "cred"];