Class ParseDiagnostics
java.lang.Object
org.jclouds.openstack.nova.v2_0.functions.internal.ParseDiagnostics
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,,com.google.common.base.Optional<Map<String, String>>> Function<org.jclouds.http.HttpResponse,com.google.common.base.Optional<Map<String, String>>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseDiagnostics(org.jclouds.http.functions.ParseJson<com.google.common.base.Optional<Map<String, String>>> parser) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ParseDiagnostics
-
-
Method Details
-
apply
-