All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.DomainUsageDataDetailOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto

package com.byteplus.service.vod.model.business;

public interface DomainUsageDataDetailOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DomainUsageDataDetail)
    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(); /** * repeated .Byteplus.Vod.Models.Business.CdnUsageDataItem Data = 2; */ java.util.List getDataList(); /** * repeated .Byteplus.Vod.Models.Business.CdnUsageDataItem Data = 2; */ com.byteplus.service.vod.model.business.CdnUsageDataItem getData(int index); /** * repeated .Byteplus.Vod.Models.Business.CdnUsageDataItem Data = 2; */ int getDataCount(); /** * repeated .Byteplus.Vod.Models.Business.CdnUsageDataItem Data = 2; */ java.util.List getDataOrBuilderList(); /** * repeated .Byteplus.Vod.Models.Business.CdnUsageDataItem Data = 2; */ com.byteplus.service.vod.model.business.CdnUsageDataItemOrBuilder getDataOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy