protected static class ReportQueryResult.RecordEntry
extends java.lang.Object
implements java.util.Map.Entry
Constructor and Description |
---|
ReportQueryResult.RecordEntry(java.lang.Object key,
java.lang.Object value) |
public ReportQueryResult.RecordEntry(java.lang.Object key, java.lang.Object value)
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
public boolean equals(java.lang.Object object)
equals
in interface java.util.Map.Entry
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.util.Map.Entry
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object