com.volcengine.service.vod.model.business.VodPCDNDomainInfoOrBuilder 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 VodPCDNDomainInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodPCDNDomainInfo)
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();
/**
*
*运行状态,enable:运行中,disable:停用。
*
*
* string Status = 2;
* @return The status.
*/
java.lang.String getStatus();
/**
*
*运行状态,enable:运行中,disable:停用。
*
*
* string Status = 2;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
*
*创建时间
*
*
* string CreateTime = 3;
* @return The createTime.
*/
java.lang.String getCreateTime();
/**
*
*创建时间
*
*
* string CreateTime = 3;
* @return The bytes for createTime.
*/
com.google.protobuf.ByteString
getCreateTimeBytes();
/**
*
*更新时间
*
*
* string UpdateTime = 4;
* @return The updateTime.
*/
java.lang.String getUpdateTime();
/**
*
*更新时间
*
*
* string UpdateTime = 4;
* @return The bytes for updateTime.
*/
com.google.protobuf.ByteString
getUpdateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy