public class QueryRtopCompanyAlarmRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
dataTime |
Long |
pageNo |
Long |
pageSize |
String |
productInstanceId |
String |
userPlace |
String |
userPlaceType |
| Constructor and Description |
|---|
QueryRtopCompanyAlarmRequest() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCompanyAlarmRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getDataTime() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getProductInstanceId() |
String |
getUserPlace() |
String |
getUserPlaceType() |
QueryRtopCompanyAlarmRequest |
setAuthToken(String authToken) |
QueryRtopCompanyAlarmRequest |
setDataTime(String dataTime) |
QueryRtopCompanyAlarmRequest |
setPageNo(Long pageNo) |
QueryRtopCompanyAlarmRequest |
setPageSize(Long pageSize) |
QueryRtopCompanyAlarmRequest |
setProductInstanceId(String productInstanceId) |
QueryRtopCompanyAlarmRequest |
setUserPlace(String userPlace) |
QueryRtopCompanyAlarmRequest |
setUserPlaceType(String userPlaceType) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="data_time") @Validation(required=true) public String dataTime
@NameInMap(value="page_no") @Validation(required=true) public Long pageNo
@NameInMap(value="page_size") @Validation(required=true) public Long pageSize
@NameInMap(value="user_place") @Validation(required=true) public String userPlace
@NameInMap(value="user_place_type") @Validation(required=true) public String userPlaceType
public static QueryRtopCompanyAlarmRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCompanyAlarmRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryRtopCompanyAlarmRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public QueryRtopCompanyAlarmRequest setDataTime(String dataTime)
public String getDataTime()
public QueryRtopCompanyAlarmRequest setPageNo(Long pageNo)
public Long getPageNo()
public QueryRtopCompanyAlarmRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryRtopCompanyAlarmRequest setUserPlace(String userPlace)
public String getUserPlace()
public QueryRtopCompanyAlarmRequest setUserPlaceType(String userPlaceType)
public String getUserPlaceType()
Copyright © 2025. All rights reserved.