public class MeasurementsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected DataSet |
dataSet |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
MeasurementsReference() |
MeasurementsReference(Map objIdMap) |
MeasurementsReference(Reference other) |
MeasurementsReference(String guid) |
MeasurementsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
MeasurementsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
MeasurementsReference(String guid,
String relatedEndType) |
MeasurementsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
MeasurementsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataSet |
getDataSet() |
String |
getQuery()
Defines how the data items from the data set are converted in measurements for the metric.
|
int |
hashCode() |
void |
setDataSet(DataSet dataSet) |
void |
setQuery(String query) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected DataSet dataSet
public MeasurementsReference()
public MeasurementsReference(String guid)
public MeasurementsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public MeasurementsReference(String relatedEndType, String attrName, Object attrValue)
public MeasurementsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public MeasurementsReference(Reference other)
public MeasurementsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic MeasurementsReference(Map objIdMap)
public DataSet getDataSet()
public void setDataSet(DataSet dataSet)
public String getQuery()
public void setQuery(String query)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.