Interface GenerateRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMobile()
      string mobile = 2 [json_name = "mobile"];
      com.google.protobuf.ByteString getMobileBytes()
      string mobile = 2 [json_name = "mobile"];
      java.lang.String getWeb()
      string web = 1 [json_name = "web"];
      com.google.protobuf.ByteString getWebBytes()
      string web = 1 [json_name = "web"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getWeb

        java.lang.String getWeb()
        string web = 1 [json_name = "web"];
        Returns:
        The web.
      • getWebBytes

        com.google.protobuf.ByteString getWebBytes()
        string web = 1 [json_name = "web"];
        Returns:
        The bytes for web.
      • getMobile

        java.lang.String getMobile()
        string mobile = 2 [json_name = "mobile"];
        Returns:
        The mobile.
      • getMobileBytes

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