public interface DescribeCDNSnapshotHistoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getApp()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30
位数字、字母、下划线及"-"和"."
|
String |
getDateFrom()
查询时间范围的开始时间
string DateFrom = 4; |
com.google.protobuf.ByteString |
getDateFromBytes()
查询时间范围的开始时间
string DateFrom = 4; |
String |
getDateTo()
查询时间范围的结束时间
string DateTo = 5; |
com.google.protobuf.ByteString |
getDateToBytes()
查询时间范围的结束时间
string DateTo = 5; |
long |
getPageNum()
当前页码,取值范围为 。
|
long |
getPageSize()
分页大小,取值范围为 。
|
String |
getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100
位数字、字母、下划线及"-"和"."
|
String |
getType()
截图文件保存位置。
|
com.google.protobuf.ByteString |
getTypeBytes()
截图文件保存位置。
|
String |
getVhost()
域名空间名称。
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称。
|
String getVhost()
域名空间名称。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Vhost = 1;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Vhost = 1;
String getApp()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
com.google.protobuf.ByteString getAppBytes()
应用名称,默认查询所有应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
String getStream()
流名称,缺省情况下,查询所有流名称,由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 3;
com.google.protobuf.ByteString getStreamBytes()
流名称,缺省情况下,查询所有流名称,由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 3;
String getDateFrom()
查询时间范围的开始时间
string DateFrom = 4;
com.google.protobuf.ByteString getDateFromBytes()
查询时间范围的开始时间
string DateFrom = 4;
String getDateTo()
查询时间范围的结束时间
string DateTo = 5;
com.google.protobuf.ByteString getDateToBytes()
查询时间范围的结束时间
string DateTo = 5;
long getPageNum()
当前页码,取值范围为 。
int64 PageNum = 6;
long getPageSize()
分页大小,取值范围为 。
int64 PageSize = 7;
String getType()
截图文件保存位置。默认取值为 ToS。 <li>ToS <li>ImageX
string Type = 8;
com.google.protobuf.ByteString getTypeBytes()
截图文件保存位置。默认取值为 ToS。 <li>ToS <li>ImageX
string Type = 8;
Copyright © 2024. All rights reserved.