Class FunctionalProfile
- java.lang.Object
-
- com.smartgridready.communicator.common.api.dto.FunctionalProfile
-
public class FunctionalProfile extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FunctionalProfile(java.lang.String name, java.lang.String profileType, com.smartgridready.ns.v0.FunctionalProfileCategory category, java.util.List<GenericAttribute> genericAttributes, java.util.List<DataPoint> dataPoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.smartgridready.ns.v0.FunctionalProfileCategory
getCategory()
java.util.List<DataPoint>
getDataPoints()
java.util.List<GenericAttribute>
getGenericAttributes()
java.lang.String
getName()
java.lang.String
getProfileType()
java.util.List<DataPointValue>
getValues()
java.util.List<DataPointValue>
readData()
Deprecated.
-
-
-
Constructor Detail
-
FunctionalProfile
public FunctionalProfile(java.lang.String name, java.lang.String profileType, com.smartgridready.ns.v0.FunctionalProfileCategory category, java.util.List<GenericAttribute> genericAttributes, java.util.List<DataPoint> dataPoints)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getProfileType
public java.lang.String getProfileType()
-
getCategory
public com.smartgridready.ns.v0.FunctionalProfileCategory getCategory()
-
getGenericAttributes
public java.util.List<GenericAttribute> getGenericAttributes()
-
getDataPoints
public java.util.List<DataPoint> getDataPoints()
-
getValues
public java.util.List<DataPointValue> getValues()
-
readData
@Deprecated public java.util.List<DataPointValue> readData()
Deprecated.
-
-