public interface VodDomainBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCname()
表示内容分发网络为该加速域名分配的 CNAME。
|
com.google.protobuf.ByteString |
getCnameBytes()
表示内容分发网络为该加速域名分配的 CNAME。
|
String |
getConfigStatus()
表示该加速域名的配置状态
|
com.google.protobuf.ByteString |
getConfigStatusBytes()
表示该加速域名的配置状态
|
String |
getCreateTime()
创建时间。UTC + 8 时区。
|
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间。UTC + 8 时区。
|
String |
getDomain()
表示该加速域名。
|
com.google.protobuf.ByteString |
getDomainBytes()
表示该加速域名。
|
String |
getLockStatus()
表示域名是否被锁定。
|
com.google.protobuf.ByteString |
getLockStatusBytes()
表示域名是否被锁定。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomain()
表示该加速域名。
string Domain = 1;com.google.protobuf.ByteString getDomainBytes()
表示该加速域名。
string Domain = 1;String getCname()
表示内容分发网络为该加速域名分配的 CNAME。
string Cname = 2;com.google.protobuf.ByteString getCnameBytes()
表示内容分发网络为该加速域名分配的 CNAME。
string Cname = 2;String getConfigStatus()
表示该加速域名的配置状态
string ConfigStatus = 3;com.google.protobuf.ByteString getConfigStatusBytes()
表示该加速域名的配置状态
string ConfigStatus = 3;String getCreateTime()
创建时间。UTC + 8 时区。
string CreateTime = 4;com.google.protobuf.ByteString getCreateTimeBytes()
创建时间。UTC + 8 时区。
string CreateTime = 4;String getLockStatus()
表示域名是否被锁定。
string LockStatus = 5;com.google.protobuf.ByteString getLockStatusBytes()
表示域名是否被锁定。
string LockStatus = 5;Copyright © 2025. All rights reserved.