com.byteplus.service.vod.model.request.VodListCdnUsageDataDetailRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodListCdnUsageDataDetailRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnUsageDataDetailRequest)
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();
/**
*
* 查询范围起始时间
*
*
* int64 StartTime = 2;
* @return The startTime.
*/
long getStartTime();
/**
*
* 查询范围截止时间
*
*
* int64 EndTime = 3;
* @return The endTime.
*/
long getEndTime();
}