Interface DeepLinkOrBuilder

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

    public interface DeepLinkOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLinkId()
      string link_id = 2 [json_name = "linkId"];
      com.google.protobuf.ByteString getLinkIdBytes()
      string link_id = 2 [json_name = "linkId"];
      java.lang.String getUrl()
      string url = 1 [json_name = "url"];
      com.google.protobuf.ByteString getUrlBytes()
      string url = 1 [json_name = "url"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getUrl

        java.lang.String getUrl()
        string url = 1 [json_name = "url"];
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 1 [json_name = "url"];
        Returns:
        The bytes for url.
      • getLinkId

        java.lang.String getLinkId()
        string link_id = 2 [json_name = "linkId"];
        Returns:
        The linkId.
      • getLinkIdBytes

        com.google.protobuf.ByteString getLinkIdBytes()
        string link_id = 2 [json_name = "linkId"];
        Returns:
        The bytes for linkId.