public class OpenKeyResultDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
krId
example:
65222713d0e8b868f9f9ae51
|
Long |
progress
example:
80
|
Long |
status
example:
1
|
String |
title
example:
这是一个KR
|
List<TitleMention> |
titleMentions |
Long |
type
example:
1
|
Double |
weight
example:
10.00
|
| 构造器和说明 |
|---|
OpenKeyResultDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenKeyResultDTO |
build(Map<String,?> map) |
String |
getKrId() |
Long |
getProgress() |
Long |
getStatus() |
String |
getTitle() |
List<TitleMention> |
getTitleMentions() |
Long |
getType() |
Double |
getWeight() |
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) |
OpenKeyResultDTO |
setWeight(Double weight) |
@NameInMap(value="krId") public String krId
65222713d0e8b868f9f9ae51
@NameInMap(value="progress") public Long progress
80
@NameInMap(value="status") public Long status
1
@NameInMap(value="title") public String title
这是一个KR
@NameInMap(value="titleMentions") public List<TitleMention> titleMentions
@NameInMap(value="type") public Long type
1
@NameInMap(value="weight") public Double weight
10.00
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()
public OpenKeyResultDTO setWeight(Double weight)
public Double getWeight()
Copyright © 2025. All rights reserved.