public interface VodDomainBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getCname()
表示内容分发网络为该加速域名分配的 CNAME。
|
com.google.protobuf.ByteString |
getCnameBytes()
表示内容分发网络为该加速域名分配的 CNAME。
|
String |
getConfigStatus()
表示该加速域名的配置状态
string ConfigStatus = 3; |
com.google.protobuf.ByteString |
getConfigStatusBytes()
表示该加速域名的配置状态
string ConfigStatus = 3; |
String |
getCreateTime()
创建时间。
|
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间。
|
String |
getDomain()
表示该加速域名。
|
com.google.protobuf.ByteString |
getDomainBytes()
表示该加速域名。
|
String |
getLockStatus()
表示域名是否被锁定。
|
com.google.protobuf.ByteString |
getLockStatusBytes()
表示域名是否被锁定。
|
String 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 © 2024. All rights reserved.