org.apache.hadoop.yarn.webapp
Class ResponseInfo.Item
java.lang.Object
org.apache.hadoop.yarn.webapp.ResponseInfo.Item
- Enclosing class:
- ResponseInfo
public static class ResponseInfo.Item
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final String key
url
public final String url
value
public final Object value
of
public static ResponseInfo.Item of(String key,
Object value)
of
public static ResponseInfo.Item of(String key,
String url,
Object value)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.