public class DescribeAssetWebLocationPathListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAssetWebLocationPathListRequest() | 
| DescribeAssetWebLocationPathListRequest(DescribeAssetWebLocationPathListRequest 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 | getId()Get Web site ID | 
| Long | getLimit()Get Number of returned lists. | 
| Long | getOffset()Get Offset. | 
| String | getQuuid()Get Server QUUID | 
| String | getUuid()Get Server UUID | 
| void | setId(String Id)Set Web site ID | 
| void | setLimit(Long Limit)Set Number of returned lists. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setQuuid(String Quuid)Set Server QUUID | 
| void | setUuid(String Uuid)Set Server UUID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAssetWebLocationPathListRequest()
public DescribeAssetWebLocationPathListRequest(DescribeAssetWebLocationPathListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Server QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - Server UUIDpublic String getId()
public void setId(String Id)
Id - Web site IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned lists. It is 10 by default, and the maximum number is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.Copyright © 2024. All rights reserved.