public class GetGatewaySubDeviceListRequest extends AbstractModel
Constructor and Description |
---|
GetGatewaySubDeviceListRequest() |
GetGatewaySubDeviceListRequest(GetGatewaySubDeviceListRequest 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 |
getGatewayDeviceName()
Get 网关设备名称
|
String |
getGatewayProductId()
Get 网关产品ID
|
Long |
getLimit()
Get 分页的大小
|
Long |
getOffset()
Get 分页偏移
|
void |
setGatewayDeviceName(String GatewayDeviceName)
Set 网关设备名称
|
void |
setGatewayProductId(String GatewayProductId)
Set 网关产品ID
|
void |
setLimit(Long Limit)
Set 分页的大小
|
void |
setOffset(Long Offset)
Set 分页偏移
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetGatewaySubDeviceListRequest()
public GetGatewaySubDeviceListRequest(GetGatewaySubDeviceListRequest source)
public String getGatewayProductId()
public void setGatewayProductId(String GatewayProductId)
GatewayProductId
- 网关产品IDpublic String getGatewayDeviceName()
public void setGatewayDeviceName(String GatewayDeviceName)
GatewayDeviceName
- 网关设备名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页的大小Copyright © 2022. All rights reserved.