public class Content extends Object
| 构造器和说明 |
|---|
Content() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent()
the content string
|
Map<Integer,String> |
getKeywords()
the keywords map (index => keyword)
|
void |
setContent(String content)
set content string
|
String |
toString() |
public String getContent()
public Map<Integer,String> getKeywords()
public void setContent(String content)
content - content (not null)Copyright © 2016. All rights reserved.