public class GetDevicesRequest extends AbstractModel
Constructor and Description |
---|
GetDevicesRequest() |
GetDevicesRequest(GetDevicesRequest 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 |
getKeyword()
Get 关键字查询
|
Long |
getLength()
Get 长度
|
Long |
getOffset()
Get 偏移
|
String |
getProductId()
Get 产品Id
|
void |
setKeyword(String Keyword)
Set 关键字查询
|
void |
setLength(Long Length)
Set 长度
|
void |
setOffset(Long Offset)
Set 偏移
|
void |
setProductId(String ProductId)
Set 产品Id
|
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 GetDevicesRequest()
public GetDevicesRequest(GetDevicesRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移public Long getLength()
public void setLength(Long Length)
Length
- 长度public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 关键字查询Copyright © 2021. All rights reserved.