public static interface RpcClient.LoginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
required string appId = 1; |
com.google.protobuf.ByteString |
getAppIdBytes()
required string appId = 1; |
String |
getClientId()
required string clientId = 2; |
com.google.protobuf.ByteString |
getClientIdBytes()
required string clientId = 2; |
RpcClient.Locale |
getLocale()
required .Locale locale = 3; |
RpcClient.LocaleOrBuilder |
getLocaleOrBuilder()
required .Locale locale = 3; |
String |
getPassword()
required string password = 6; |
com.google.protobuf.ByteString |
getPasswordBytes()
required string password = 6; |
String |
getUsername()
required string username = 5; |
com.google.protobuf.ByteString |
getUsernameBytes()
required string username = 5; |
String |
getVersionId()
required string versionId = 4; |
com.google.protobuf.ByteString |
getVersionIdBytes()
required string versionId = 4; |
boolean |
hasAppId()
required string appId = 1; |
boolean |
hasClientId()
required string clientId = 2; |
boolean |
hasLocale()
required .Locale locale = 3; |
boolean |
hasPassword()
required string password = 6; |
boolean |
hasUsername()
required string username = 5; |
boolean |
hasVersionId()
required string versionId = 4; |
boolean hasAppId()
required string appId = 1;String getAppId()
required string appId = 1;com.google.protobuf.ByteString getAppIdBytes()
required string appId = 1;boolean hasClientId()
required string clientId = 2;String getClientId()
required string clientId = 2;com.google.protobuf.ByteString getClientIdBytes()
required string clientId = 2;boolean hasLocale()
required .Locale locale = 3;RpcClient.Locale getLocale()
required .Locale locale = 3;RpcClient.LocaleOrBuilder getLocaleOrBuilder()
required .Locale locale = 3;boolean hasVersionId()
required string versionId = 4;String getVersionId()
required string versionId = 4;com.google.protobuf.ByteString getVersionIdBytes()
required string versionId = 4;boolean hasUsername()
required string username = 5;String getUsername()
required string username = 5;com.google.protobuf.ByteString getUsernameBytes()
required string username = 5;boolean hasPassword()
required string password = 6;String getPassword()
required string password = 6;com.google.protobuf.ByteString getPasswordBytes()
required string password = 6;Copyright © 2015. All Rights Reserved.