public final class PartStudiosGetFeatureScriptTableResponseTables extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
PartStudiosGetFeatureScriptTableResponseTablesColumns[] |
columns |
Column definitions for the table
|
String[] |
entityIds |
Topology ids of entities associated with the table
|
String |
id |
The id of the table
|
PartStudiosGetFeatureScriptTableResponseTablesRows[] |
rows |
The rows of the table
|
String |
title |
The title of the table
|
| Constructor | Description |
|---|---|
PartStudiosGetFeatureScriptTableResponseTables() |
| Modifier and Type | Method | Description |
|---|---|---|
PartStudiosGetFeatureScriptTableResponseTablesColumns[] |
getColumns() |
Get Column definitions for the table
|
String[] |
getEntityIds() |
Get Topology ids of entities associated with the table
|
String |
getId() |
Get The id of the table
|
PartStudiosGetFeatureScriptTableResponseTablesRows[] |
getRows() |
Get The rows of the table
|
String |
getTitle() |
Get The title of the table
|
String |
toString() |
getOtherPropertiespublic String id
public String title
public String[] entityIds
public PartStudiosGetFeatureScriptTableResponseTablesColumns[] columns
public PartStudiosGetFeatureScriptTableResponseTablesRows[] rows
public PartStudiosGetFeatureScriptTableResponseTables()
public final String getId()
public final String getTitle()
public final String[] getEntityIds()
public final PartStudiosGetFeatureScriptTableResponseTablesColumns[] getColumns()
public final PartStudiosGetFeatureScriptTableResponseTablesRows[] getRows()
Copyright © 2021. All rights reserved.