Class Alert.SeverityEnum.Adapter
- java.lang.Object
 - 
- com.google.gson.TypeAdapter<Alert.SeverityEnum>
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.model.Alert.SeverityEnum.Adapter
 
 
 
- 
- Enclosing class:
 - Alert.SeverityEnum
 
public static class Alert.SeverityEnum.Adapter extends com.google.gson.TypeAdapter<Alert.SeverityEnum>
 
- 
- 
Constructor Summary
Constructors Constructor Description Adapter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alert.SeverityEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, Alert.SeverityEnum enumeration) 
 - 
 
- 
- 
Method Detail
- 
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Alert.SeverityEnum enumeration) throws IOException- Specified by:
 writein classcom.google.gson.TypeAdapter<Alert.SeverityEnum>- Throws:
 IOException
 
- 
read
public Alert.SeverityEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
 readin classcom.google.gson.TypeAdapter<Alert.SeverityEnum>- Throws:
 IOException
 
 - 
 
 -