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

com.volcengine.service.vod.model.business.VodDescribeVodDomainTrafficDataResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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 VodDescribeVodDomainTrafficDataResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodDescribeVodDomainTrafficDataResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string DomainList = 1;
   * @return A list containing the domainList.
   */
  java.util.List
      getDomainListList();
  /**
   * repeated string DomainList = 1;
   * @return The count of domainList.
   */
  int getDomainListCount();
  /**
   * repeated string DomainList = 1;
   * @param index The index of the element to return.
   * @return The domainList at the given index.
   */
  java.lang.String getDomainList(int index);
  /**
   * repeated string DomainList = 1;
   * @param index The index of the value to return.
   * @return The bytes of the domainList at the given index.
   */
  com.google.protobuf.ByteString
      getDomainListBytes(int index);

  /**
   * repeated string DomainInSpaceList = 2;
   * @return A list containing the domainInSpaceList.
   */
  java.util.List
      getDomainInSpaceListList();
  /**
   * repeated string DomainInSpaceList = 2;
   * @return The count of domainInSpaceList.
   */
  int getDomainInSpaceListCount();
  /**
   * repeated string DomainInSpaceList = 2;
   * @param index The index of the element to return.
   * @return The domainInSpaceList at the given index.
   */
  java.lang.String getDomainInSpaceList(int index);
  /**
   * repeated string DomainInSpaceList = 2;
   * @param index The index of the value to return.
   * @return The bytes of the domainInSpaceList at the given index.
   */
  com.google.protobuf.ByteString
      getDomainInSpaceListBytes(int index);

  /**
   * string StartTime = 3;
   * @return The startTime.
   */
  java.lang.String getStartTime();
  /**
   * string StartTime = 3;
   * @return The bytes for startTime.
   */
  com.google.protobuf.ByteString
      getStartTimeBytes();

  /**
   * string EndTime = 4;
   * @return The endTime.
   */
  java.lang.String getEndTime();
  /**
   * string EndTime = 4;
   * @return The bytes for endTime.
   */
  com.google.protobuf.ByteString
      getEndTimeBytes();

  /**
   * int32 Aggregation = 5;
   * @return The aggregation.
   */
  int getAggregation();

  /**
   * string TrafficType = 6;
   * @return The trafficType.
   */
  java.lang.String getTrafficType();
  /**
   * string TrafficType = 6;
   * @return The bytes for trafficType.
   */
  com.google.protobuf.ByteString
      getTrafficTypeBytes();

  /**
   * string Area = 7;
   * @return The area.
   */
  java.lang.String getArea();
  /**
   * string Area = 7;
   * @return The bytes for area.
   */
  com.google.protobuf.ByteString
      getAreaBytes();

  /**
   * repeated string RegionList = 8;
   * @return A list containing the regionList.
   */
  java.util.List
      getRegionListList();
  /**
   * repeated string RegionList = 8;
   * @return The count of regionList.
   */
  int getRegionListCount();
  /**
   * repeated string RegionList = 8;
   * @param index The index of the element to return.
   * @return The regionList at the given index.
   */
  java.lang.String getRegionList(int index);
  /**
   * repeated string RegionList = 8;
   * @param index The index of the value to return.
   * @return The bytes of the regionList at the given index.
   */
  com.google.protobuf.ByteString
      getRegionListBytes(int index);

  /**
   * double TotalTraffic = 9;
   * @return The totalTraffic.
   */
  double getTotalTraffic();

  /**
   * repeated .Volcengine.Vod.Models.Business.VodTrafficData TrafficDataList = 10;
   */
  java.util.List 
      getTrafficDataListList();
  /**
   * repeated .Volcengine.Vod.Models.Business.VodTrafficData TrafficDataList = 10;
   */
  com.volcengine.service.vod.model.business.VodTrafficData getTrafficDataList(int index);
  /**
   * repeated .Volcengine.Vod.Models.Business.VodTrafficData TrafficDataList = 10;
   */
  int getTrafficDataListCount();
  /**
   * repeated .Volcengine.Vod.Models.Business.VodTrafficData TrafficDataList = 10;
   */
  java.util.List 
      getTrafficDataListOrBuilderList();
  /**
   * repeated .Volcengine.Vod.Models.Business.VodTrafficData TrafficDataList = 10;
   */
  com.volcengine.service.vod.model.business.VodTrafficDataOrBuilder getTrafficDataListOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy