Package com.dynatrace.openkit.protocol
Interface SerializableBeaconValue
-
- All Known Implementing Classes:
CrashReportingLevel,DataCollectionLevel,EventType
public interface SerializableBeaconValueRepresents a single value which can be serialized to a corresponding beacon representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringasBeaconValue()Returns the value of this instance in the form how it will be written to the beacon
-