Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Host.HypervisorTypeEnum
-
Packages that use Host.HypervisorTypeEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of Host.HypervisorTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return Host.HypervisorTypeEnum Modifier and Type Method Description static Host.HypervisorTypeEnumHost.HypervisorTypeEnum. fromValue(String text)Host.HypervisorTypeEnumHost. getHypervisorType()Host.HypervisorTypeEnumHost.HypervisorTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Host.HypervisorTypeEnumHost.HypervisorTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Host.HypervisorTypeEnum[]Host.HypervisorTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type Host.HypervisorTypeEnum Modifier and Type Method Description HostHost. hypervisorType(Host.HypervisorTypeEnum hypervisorType)voidHost. setHypervisorType(Host.HypervisorTypeEnum hypervisorType)voidHost.HypervisorTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Host.HypervisorTypeEnum enumeration)
-