public class OpenKeyResultDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
krId |
Long |
progress |
Long |
status |
String |
title |
List<TitleMention> |
titleMentions |
Long |
type |
| 构造器和说明 |
|---|
OpenKeyResultDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenKeyResultDTO |
build(Map<String,?> map) |
String |
getKrId() |
Long |
getProgress() |
Long |
getStatus() |
String |
getTitle() |
List<TitleMention> |
getTitleMentions() |
Long |
getType() |
OpenKeyResultDTO |
setKrId(String krId) |
OpenKeyResultDTO |
setProgress(Long progress) |
OpenKeyResultDTO |
setStatus(Long status) |
OpenKeyResultDTO |
setTitle(String title) |
OpenKeyResultDTO |
setTitleMentions(List<TitleMention> titleMentions) |
OpenKeyResultDTO |
setType(Long type) |
@NameInMap(value="krId") public String krId
@NameInMap(value="progress") public Long progress
@NameInMap(value="status") public Long status
@NameInMap(value="title") public String title
@NameInMap(value="titleMentions") public List<TitleMention> titleMentions
@NameInMap(value="type") public Long type
public static OpenKeyResultDTO build(Map<String,?> map) throws Exception
Exceptionpublic OpenKeyResultDTO setKrId(String krId)
public String getKrId()
public OpenKeyResultDTO setProgress(Long progress)
public Long getProgress()
public OpenKeyResultDTO setStatus(Long status)
public Long getStatus()
public OpenKeyResultDTO setTitle(String title)
public String getTitle()
public OpenKeyResultDTO setTitleMentions(List<TitleMention> titleMentions)
public List<TitleMention> getTitleMentions()
public OpenKeyResultDTO setType(Long type)
public Long getType()
Copyright © 2024. All rights reserved.