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

com.byteplus.service.vod.model.request.VodListCdnStatusDataDetailRequestOrBuilder 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/request/request_vod.proto

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

public interface VodListCdnStatusDataDetailRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnStatusDataDetailRequest)
    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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy