public class DescribeLineGroupListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLineGroupListRequest() |
DescribeLineGroupListRequest(DescribeLineGroupListRequest 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 |
getDomain()
Get 域名
|
Long |
getDomainId()
Get 域名ID,如果传了DomainId,系统将会忽略Domain参数,优先使用DomainId
|
Long |
getLength()
Get 限制数量,传0或不传会返回所有。
|
Long |
getOffset()
Get 偏移量,默认值为0。
|
String |
getSortType()
Get 按自定义线路分组名称排序的方向。升序传asc,降序传desc。
|
void |
setDomain(String Domain)
Set 域名
|
void |
setDomainId(Long DomainId)
Set 域名ID,如果传了DomainId,系统将会忽略Domain参数,优先使用DomainId
|
void |
setLength(Long Length)
Set 限制数量,传0或不传会返回所有。
|
void |
setOffset(Long Offset)
Set 偏移量,默认值为0。
|
void |
setSortType(String SortType)
Set 按自定义线路分组名称排序的方向。升序传asc,降序传desc。
|
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, toJsonString
public DescribeLineGroupListRequest()
public DescribeLineGroupListRequest(DescribeLineGroupListRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认值为0。public Long getLength()
public void setLength(Long Length)
Length
- 限制数量,传0或不传会返回所有。public String getSortType()
public void setSortType(String SortType)
SortType
- 按自定义线路分组名称排序的方向。升序传asc,降序传desc。public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- 域名ID,如果传了DomainId,系统将会忽略Domain参数,优先使用DomainIdCopyright © 2025. All rights reserved.