public class TitleMention
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
TitleMention() |
限定符和类型 | 方法和说明 |
---|---|
static TitleMention |
build(Map<String,?> map) |
Long |
getLength() |
Long |
getOffset() |
OpenUserDTO |
getUser() |
TitleMention |
setLength(Long length) |
TitleMention |
setOffset(Long offset) |
TitleMention |
setUser(OpenUserDTO user) |
@NameInMap(value="length") public Long length
20
@NameInMap(value="offset") public Long offset
1
@NameInMap(value="user") public OpenUserDTO user
public static TitleMention build(Map<String,?> map) throws Exception
Exception
public TitleMention setLength(Long length)
public Long getLength()
public TitleMention setOffset(Long offset)
public Long getOffset()
public TitleMention setUser(OpenUserDTO user)
public OpenUserDTO getUser()
Copyright © 2024. All rights reserved.