public class MultiResponse extends java.lang.Object implements org.apache.jute.Record, java.lang.Iterable<OpResult>
Constructor and Description |
---|
MultiResponse() |
Modifier and Type | Method and Description |
---|---|
void |
add(OpResult x) |
void |
deserialize(org.apache.jute.InputArchive archive,
java.lang.String tag) |
boolean |
equals(java.lang.Object o) |
java.util.List<OpResult> |
getResultList() |
int |
hashCode() |
java.util.Iterator<OpResult> |
iterator() |
void |
serialize(org.apache.jute.OutputArchive archive,
java.lang.String tag) |
int |
size() |
public void add(OpResult x)
public java.util.Iterator<OpResult> iterator()
iterator
in interface java.lang.Iterable<OpResult>
public int size()
public void serialize(org.apache.jute.OutputArchive archive, java.lang.String tag) throws java.io.IOException
serialize
in interface org.apache.jute.Record
java.io.IOException
public void deserialize(org.apache.jute.InputArchive archive, java.lang.String tag) throws java.io.IOException
deserialize
in interface org.apache.jute.Record
java.io.IOException
public java.util.List<OpResult> getResultList()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2018 The Apache Software Foundation