public static class BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name |
String |
readStatus |
Long |
readTimestamp |
String |
userId |
构造器和说明 |
---|
BatchOTOQueryResponseBodyMessageReadInfoList() |
@NameInMap(value="name") public String name
@NameInMap(value="userId") public String userId
@NameInMap(value="readStatus") public String readStatus
@NameInMap(value="readTimestamp") public Long readTimestamp
public BatchOTOQueryResponseBodyMessageReadInfoList()
public static BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList build(Map<String,?> map) throws Exception
Exception
public BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList setName(String name)
public String getName()
public BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList setUserId(String userId)
public String getUserId()
public BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList setReadStatus(String readStatus)
public String getReadStatus()
public BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList setReadTimestamp(Long readTimestamp)
public Long getReadTimestamp()
Copyright © 2021. All rights reserved.