public interface DomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Domain.Type |
getType()
Domain matching type.
|
int |
getTypeValue()
Domain matching type.
|
String |
getValue()
Domain value.
|
com.google.protobuf.ByteString |
getValueBytes()
Domain value.
|
int getTypeValue()
Domain matching type.
.v2ray.core.app.router.Domain.Type type = 1;Domain.Type getType()
Domain matching type.
.v2ray.core.app.router.Domain.Type type = 1;String getValue()
Domain value.
string value = 2;com.google.protobuf.ByteString getValueBytes()
Domain value.
string value = 2;Copyright © 2019. All rights reserved.