public interface AccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAlterId()
Number of alternative IDs.
|
String |
getId()
ID of the account, in the form of a UUID, e.g., "66ad4540-b58c-4ad2-9926-ea63445a9b57".
|
com.google.protobuf.ByteString |
getIdBytes()
ID of the account, in the form of a UUID, e.g., "66ad4540-b58c-4ad2-9926-ea63445a9b57".
|
SecurityConfig |
getSecuritySettings()
Security settings.
|
SecurityConfigOrBuilder |
getSecuritySettingsOrBuilder()
Security settings.
|
boolean |
hasSecuritySettings()
Security settings.
|
String getId()
ID of the account, in the form of a UUID, e.g., "66ad4540-b58c-4ad2-9926-ea63445a9b57".
string id = 1;com.google.protobuf.ByteString getIdBytes()
ID of the account, in the form of a UUID, e.g., "66ad4540-b58c-4ad2-9926-ea63445a9b57".
string id = 1;int getAlterId()
Number of alternative IDs. Client and server must share the same number.
uint32 alter_id = 2;boolean hasSecuritySettings()
Security settings. Only applies to client side.
.v2ray.core.common.protocol.SecurityConfig security_settings = 3;SecurityConfig getSecuritySettings()
Security settings. Only applies to client side.
.v2ray.core.common.protocol.SecurityConfig security_settings = 3;SecurityConfigOrBuilder getSecuritySettingsOrBuilder()
Security settings. Only applies to client side.
.v2ray.core.common.protocol.SecurityConfig security_settings = 3;Copyright © 2019. All rights reserved.