com.volcengine.service.vod.model.business.DescribeVodPlayFileLogByDomainItemOrBuilder 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_measure.proto
package com.volcengine.service.vod.model.business;
public interface DescribeVodPlayFileLogByDomainItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem)
com.google.protobuf.MessageOrBuilder {
/**
* string Date = 1;
* @return The date.
*/
java.lang.String getDate();
/**
* string Date = 1;
* @return The bytes for date.
*/
com.google.protobuf.ByteString
getDateBytes();
/**
* string Domain = 2;
* @return The domain.
*/
java.lang.String getDomain();
/**
* string Domain = 2;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
* string DownloadUrl = 3;
* @return The downloadUrl.
*/
java.lang.String getDownloadUrl();
/**
* string DownloadUrl = 3;
* @return The bytes for downloadUrl.
*/
com.google.protobuf.ByteString
getDownloadUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy