public class GetNotifyMeRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetNotifyMeRequest() |
@NameInMap(value="appTypes") public String appTypes
@NameInMap(value="corpId") public String corpId
@NameInMap(value="createFromTimeGMT") public Long createFromTimeGMT
@NameInMap(value="createToTimeGMT") public Long createToTimeGMT
@NameInMap(value="instanceCreateFromTimeGMT") public Long instanceCreateFromTimeGMT
@NameInMap(value="instanceCreateToTimeGMT") public Long instanceCreateToTimeGMT
@NameInMap(value="keyword") public String keyword
@NameInMap(value="language") public String language
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="processCodes") public String processCodes
@NameInMap(value="token") public String token
public static GetNotifyMeRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetNotifyMeRequest setAppTypes(String appTypes)
public String getAppTypes()
public GetNotifyMeRequest setCorpId(String corpId)
public String getCorpId()
public GetNotifyMeRequest setCreateFromTimeGMT(Long createFromTimeGMT)
public Long getCreateFromTimeGMT()
public GetNotifyMeRequest setCreateToTimeGMT(Long createToTimeGMT)
public Long getCreateToTimeGMT()
public GetNotifyMeRequest setInstanceCreateFromTimeGMT(Long instanceCreateFromTimeGMT)
public Long getInstanceCreateFromTimeGMT()
public GetNotifyMeRequest setInstanceCreateToTimeGMT(Long instanceCreateToTimeGMT)
public Long getInstanceCreateToTimeGMT()
public GetNotifyMeRequest setKeyword(String keyword)
public String getKeyword()
public GetNotifyMeRequest setLanguage(String language)
public String getLanguage()
public GetNotifyMeRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public GetNotifyMeRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetNotifyMeRequest setProcessCodes(String processCodes)
public String getProcessCodes()
public GetNotifyMeRequest setToken(String token)
public String getToken()
Copyright © 2022. All rights reserved.