@InterfaceAudience.LimitedPrivate(value={"YARN","MapReduce"}) public class ResponseInfo extends Object implements Iterable<ResponseInfo.Item>
Modifier and Type | Class and Description |
---|---|
static class |
ResponseInfo.Item |
Constructor and Description |
---|
ResponseInfo() |
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
__(String key,
Object value) |
ResponseInfo |
__(String key,
String url,
Object anchor) |
ResponseInfo |
_r(String key,
Object value) |
static ResponseInfo |
$about(String about) |
String |
about() |
ResponseInfo |
about(String about) |
void |
clear() |
Iterator<ResponseInfo.Item> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static ResponseInfo $about(String about)
public ResponseInfo about(String about)
public String about()
public ResponseInfo __(String key, Object value)
public ResponseInfo __(String key, String url, Object anchor)
public ResponseInfo _r(String key, Object value)
public void clear()
public Iterator<ResponseInfo.Item> iterator()
iterator
in interface Iterable<ResponseInfo.Item>
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.