public class AnalysisDataset extends AbstractIdentifiable
Constructor and Description |
---|
AnalysisDataset(String id,
String resultId,
String resultIdentifier,
String name,
String analysisColumns,
String whereClause)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAnalysisColumns()
Gets the analysis columns of the analysis data set.
|
String |
getName()
Gets the name of the analysis data set.
|
String |
getResultId()
Gets the unique id of the analysis data set.
|
String |
getResultIdentifier()
Gets the unique identifier of the analysis data set.
|
String |
getWhereClause()
Gets the where clause of the analysis data set.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public AnalysisDataset(String id, String resultId, String resultIdentifier, String name, String analysisColumns, String whereClause)
id
- The unique id of the analysis data set.resultId
- The unique identifier of the analysis result to which this data set is associated.resultIdentifier
- The result identifier of the analysis result to which this data set is associated.name
- The name of the analysis data set.analysisColumns
- The analysis columns of the data set.whereClause
- The where clause of the data set.public String getResultId()
public String getResultIdentifier()
public String getName()
public String getAnalysisColumns()
public String getWhereClause()
public String toString()
toString
in class AbstractIdentifiable
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>