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.StringgetMobile()string mobile = 2 [json_name = "mobile"];com.google.protobuf.ByteStringgetMobileBytes()string mobile = 2 [json_name = "mobile"];java.lang.StringgetWeb()string web = 1 [json_name = "web"];com.google.protobuf.ByteStringgetWebBytes()string web = 1 [json_name = "web"];
-
-
-
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.
-
-