com.volcengine.service.vod.model.business.VodDomainBasicInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodDomainBasicInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodDomainBasicInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 表示该加速域名。
*
*
* string Domain = 1;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
* 表示该加速域名。
*
*
* string Domain = 1;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* 表示内容分发网络为该加速域名分配的 CNAME。
*
*
* string Cname = 2;
* @return The cname.
*/
java.lang.String getCname();
/**
*
* 表示内容分发网络为该加速域名分配的 CNAME。
*
*
* string Cname = 2;
* @return The bytes for cname.
*/
com.google.protobuf.ByteString
getCnameBytes();
/**
*
* 表示该加速域名的配置状态
*
*
* string ConfigStatus = 3;
* @return The configStatus.
*/
java.lang.String getConfigStatus();
/**
*
* 表示该加速域名的配置状态
*
*
* string ConfigStatus = 3;
* @return The bytes for configStatus.
*/
com.google.protobuf.ByteString
getConfigStatusBytes();
/**
*
* 创建时间。UTC + 8 时区。
*
*
* string CreateTime = 4;
* @return The createTime.
*/
java.lang.String getCreateTime();
/**
*
* 创建时间。UTC + 8 时区。
*
*
* string CreateTime = 4;
* @return The bytes for createTime.
*/
com.google.protobuf.ByteString
getCreateTimeBytes();
/**
*
* 表示域名是否被锁定。
*
*
* string LockStatus = 5;
* @return The lockStatus.
*/
java.lang.String getLockStatus();
/**
*
* 表示域名是否被锁定。
*
*
* string LockStatus = 5;
* @return The bytes for lockStatus.
*/
com.google.protobuf.ByteString
getLockStatusBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy