public interface UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TypedMessage |
getAccount()
Protocol specific account information.
|
TypedMessageOrBuilder |
getAccountOrBuilder()
Protocol specific account information.
|
String |
getEmail()
string email = 2; |
com.google.protobuf.ByteString |
getEmailBytes()
string email = 2; |
int |
getLevel()
uint32 level = 1; |
boolean |
hasAccount()
Protocol specific account information.
|
int getLevel()
uint32 level = 1;String getEmail()
string email = 2;com.google.protobuf.ByteString getEmailBytes()
string email = 2;boolean hasAccount()
Protocol specific account information. Must be the account proto in one of the proxies.
.v2ray.core.common.serial.TypedMessage account = 3;TypedMessage getAccount()
Protocol specific account information. Must be the account proto in one of the proxies.
.v2ray.core.common.serial.TypedMessage account = 3;TypedMessageOrBuilder getAccountOrBuilder()
Protocol specific account information. Must be the account proto in one of the proxies.
.v2ray.core.common.serial.TypedMessage account = 3;Copyright © 2019. All rights reserved.