com.volcengine.service.vod.model.request.VodListCdnTasksRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodListCdnTasksRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListCdnTasksRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 空间名
*
*
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 空间名
*
*
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
* 任务ID
*
*
* string TaskId = 2;
* @return The taskId.
*/
java.lang.String getTaskId();
/**
*
* 任务ID
*
*
* string TaskId = 2;
* @return The bytes for taskId.
*/
com.google.protobuf.ByteString
getTaskIdBytes();
/**
*
* 域名
*
*
* string DomainName = 3;
* @return The domainName.
*/
java.lang.String getDomainName();
/**
*
* 域名
*
*
* string DomainName = 3;
* @return The bytes for domainName.
*/
com.google.protobuf.ByteString
getDomainNameBytes();
/**
*
* 任务类型
*
*
* string TaskType = 4;
* @return The taskType.
*/
java.lang.String getTaskType();
/**
*
* 任务类型
*
*
* string TaskType = 4;
* @return The bytes for taskType.
*/
com.google.protobuf.ByteString
getTaskTypeBytes();
/**
*
* 任务状态
*
*
* string Status = 5;
* @return The status.
*/
java.lang.String getStatus();
/**
*
* 任务状态
*
*
* string Status = 5;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
*
* 起始时间戳,单位:Unix秒级时间戳
*
*
* int32 StartTimestamp = 6;
* @return The startTimestamp.
*/
int getStartTimestamp();
/**
*
* 截止时间戳,单位:Unix秒级时间戳
*
*
* int32 EndTimestamp = 7;
* @return The endTimestamp.
*/
int getEndTimestamp();
/**
*
* 页码
*
*
* int32 PageNum = 8;
* @return The pageNum.
*/
int getPageNum();
/**
*
* 页面大小
*
*
* int32 PageSize = 9;
* @return The pageSize.
*/
int getPageSize();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy