Class SupplementaryBasicDataImpl
- java.lang.Object
-
- com.dynatrace.openkit.core.objects.SupplementaryBasicDataImpl
-
- All Implemented Interfaces:
SupplementaryBasicData
public class SupplementaryBasicDataImpl extends java.lang.Object implements SupplementaryBasicData
-
-
Constructor Summary
Constructors Constructor Description SupplementaryBasicDataImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCarrier()Returns the carrier used by the deviceConnectionTypegetConnectionType()Returns the connection type used by the devicejava.lang.StringgetNetworkTechnology()Returns the network technology used by the devicevoidsetCarrier(java.lang.String carrier)Sets the carrier used by the devicevoidsetConnectionType(ConnectionType connectionType)Sets the connection type used by the devicevoidsetNetworkTechnology(java.lang.String technology)Sets the network technology used by the device
-
-
-
Method Detail
-
setNetworkTechnology
public void setNetworkTechnology(java.lang.String technology)
Description copied from interface:SupplementaryBasicDataSets the network technology used by the device- Specified by:
setNetworkTechnologyin interfaceSupplementaryBasicData
-
getNetworkTechnology
public java.lang.String getNetworkTechnology()
Description copied from interface:SupplementaryBasicDataReturns the network technology used by the device- Specified by:
getNetworkTechnologyin interfaceSupplementaryBasicData- Returns:
- network technology
-
setConnectionType
public void setConnectionType(ConnectionType connectionType)
Description copied from interface:SupplementaryBasicDataSets the connection type used by the device- Specified by:
setConnectionTypein interfaceSupplementaryBasicData
-
getConnectionType
public ConnectionType getConnectionType()
Description copied from interface:SupplementaryBasicDataReturns the connection type used by the device- Specified by:
getConnectionTypein interfaceSupplementaryBasicData- Returns:
- connection type
-
setCarrier
public void setCarrier(java.lang.String carrier)
Description copied from interface:SupplementaryBasicDataSets the carrier used by the device- Specified by:
setCarrierin interfaceSupplementaryBasicData
-
getCarrier
public java.lang.String getCarrier()
Description copied from interface:SupplementaryBasicDataReturns the carrier used by the device- Specified by:
getCarrierin interfaceSupplementaryBasicData- Returns:
- carrier
-
-