Class ParseDiagnostics
java.lang.Object
org.jclouds.openstack.nova.v2_0.functions.internal.ParseDiagnostics
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,com.google.common.base.Optional<Map<String, String>>> Function<HttpResponse,
com.google.common.base.Optional<Map<String, String>>>
public class ParseDiagnostics
extends Object
implements com.google.common.base.Function<HttpResponse,com.google.common.base.Optional<Map<String,String>>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseDiagnostics
(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, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ParseDiagnostics
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
com.google.common.base.Optional<Map<String, String>>> - Specified by:
apply
in interfaceFunction<HttpResponse,
com.google.common.base.Optional<Map<String, String>>>
-