public class AnalysisResult extends AbstractIdentifiable
Constructor and Description |
---|
AnalysisResult(String id,
String tlfId,
String tlfIdentifier,
String description,
String reason,
String purpose,
String analysisParameter,
String identifier,
String documentation,
String code,
String codeContext,
String tableJoinComment,
int order,
int dataSetCount)
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 |
getAnalysisParameter()
Gets the analysis parameter of the result.
|
String |
getCode()
Gets any code used in the analysis result.
|
String |
getCodeContext()
Gets the context for the analysis code.
|
int |
getDatasetCount()
The number of analysis data sets in this analysis result.
|
String |
getDescription()
Gets the description of the analysis result.
|
String |
getDocumentation()
Gets the documentation of the analysis result.
|
String |
getIdentifier()
Gets the identifier of the analysis result.
|
int |
getOrder()
Gets the order of the analysis result within the TLF.
|
String |
getPurpose()
Gets the purpose of the analysis result.
|
String |
getReason()
Gets the reason of the analysis result.
|
String |
getTableJoinComment()
Gets the table join comment for the analysis result.
|
String |
getTlfId()
Gets the TLF id that is the parent of this analysis result.
|
String |
getTlfIdentifier()
Gets the TLF identifier that is the parent of this analysis result.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public AnalysisResult(String id, String tlfId, String tlfIdentifier, String description, String reason, String purpose, String analysisParameter, String identifier, String documentation, String code, String codeContext, String tableJoinComment, int order, int dataSetCount)
id
- The unique identifier of the analysis result.tlfId
- The unique identifier of the TLF to which this result is associated.tlfIdentifier
- The TLF identifier of the TLF to which this result is associated.description
- The description of the analysis result.reason
- The reason for the analysis result.purpose
- The purpose of the analysis result.analysisParameter
- The analysis parameter of the analysis result.identifier
- The result identifier of the analysis result.documentation
- The documentation of the analysis result.code
- The code for the analysis result.codeContext
- The code context of the analysis result.tableJoinComment
- The comment for a table join of the analysis result.order
- The order number of the analysis result.dataSetCount
- The data set count for the analysis result.public String getTlfId()
public String getTlfIdentifier()
public String getDescription()
public String getReason()
public String getPurpose()
public String getAnalysisParameter()
public String getIdentifier()
public String getDocumentation()
public String getCode()
public String getCodeContext()
public String getTableJoinComment()
public int getOrder()
public int getDatasetCount()
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>