Class GroupAddress
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.ets.model.GroupAddress
-
public class GroupAddress extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupAddress(String groupAddress, String name, KnxDatapointType type, Function function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FunctiongetFunction()StringgetGroupAddress()StringgetName()KnxDatapointTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GroupAddress
public GroupAddress(String groupAddress, String name, KnxDatapointType type, Function function)
-
-
Method Detail
-
getGroupAddress
public String getGroupAddress()
-
getName
public String getName()
-
getType
public KnxDatapointType getType()
-
getFunction
public Function getFunction()
-
-