public interface VodDomainDNSVerifyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
主机记录,表示该 TXT 记录中的主机名。
|
com.google.protobuf.ByteString |
getHostBytes()
主机记录,表示该 TXT 记录中的主机名。
|
String |
getRecordType()
记录类型,表示该 DNS 记录的类型。该参数值是 TXT,表示 TXT 记录。
|
com.google.protobuf.ByteString |
getRecordTypeBytes()
记录类型,表示该 DNS 记录的类型。该参数值是 TXT,表示 TXT 记录。
|
String |
getRecordValue()
记录值,表示该 TXT 记录的记录值。
|
com.google.protobuf.ByteString |
getRecordValueBytes()
记录值,表示该 TXT 记录的记录值。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHost()
主机记录,表示该 TXT 记录中的主机名。
string Host = 1;com.google.protobuf.ByteString getHostBytes()
主机记录,表示该 TXT 记录中的主机名。
string Host = 1;String getRecordType()
记录类型,表示该 DNS 记录的类型。该参数值是 TXT,表示 TXT 记录。
string RecordType = 2;com.google.protobuf.ByteString getRecordTypeBytes()
记录类型,表示该 DNS 记录的类型。该参数值是 TXT,表示 TXT 记录。
string RecordType = 2;String getRecordValue()
记录值,表示该 TXT 记录的记录值。
string RecordValue = 3;com.google.protobuf.ByteString getRecordValueBytes()
记录值,表示该 TXT 记录的记录值。
string RecordValue = 3;Copyright © 2025. All rights reserved.