@Portable public class DataSetContent extends Object
| Constructor and Description |
|---|
DataSetContent() |
DataSetContent(String id,
String content,
DataSetContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
DataSetContentType |
getContentType() |
String |
getId() |
void |
setId(String id) |
public DataSetContent()
public DataSetContent(String id, String content, DataSetContentType contentType)
public void setId(String id)
public String getId()
public String getContent()
public DataSetContentType getContentType()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.