public class DiagnosticData extends Object
Constructor and Description |
---|
DiagnosticData() |
Modifier and Type | Method and Description |
---|---|
Rendering |
renderingProperties()
Get properties that describe how the table should be rendered.
|
DataTableResponseObject |
table()
Get data in table form.
|
DiagnosticData |
withRenderingProperties(Rendering renderingProperties)
Set properties that describe how the table should be rendered.
|
DiagnosticData |
withTable(DataTableResponseObject table)
Set data in table form.
|
public DataTableResponseObject table()
public DiagnosticData withTable(DataTableResponseObject table)
table
- the table value to setpublic Rendering renderingProperties()
public DiagnosticData withRenderingProperties(Rendering renderingProperties)
renderingProperties
- the renderingProperties value to setCopyright © 2019. All rights reserved.