public class DescribeLiveWatermarksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLiveWatermarksRequest() | 
| DescribeLiveWatermarksRequest(DescribeLiveWatermarksRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get 水印名称 | 
| Long | getPageNo()Get 分页的索引参数,从1开始 | 
| Long | getPageSize()Get 分页的大小参数,默认值500 | 
| void | setName(String Name)Set 水印名称 | 
| void | setPageNo(Long PageNo)Set 分页的索引参数,从1开始 | 
| void | setPageSize(Long PageSize)Set 分页的大小参数,默认值500 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLiveWatermarksRequest()
public DescribeLiveWatermarksRequest(DescribeLiveWatermarksRequest source)
public String getName()
public void setName(String Name)
Name - 水印名称public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - 分页的索引参数,从1开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页的大小参数,默认值500Copyright © 2025. All rights reserved.