public class KeyRequestResponse
extends java.lang.Object
Constructor and Description |
---|
KeyRequestResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static KeyRequestResponse |
fromJSON(java.lang.String json) |
static KeyRequestResponse |
fromXML(java.lang.String xml) |
KeyData |
getKeyData() |
KeyId |
getKeyId() |
RequestId |
getRequestId() |
KeyRequestInfo |
getRequestInfo() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setKeyData(KeyData keyData) |
void |
setRequestInfo(KeyRequestInfo requestInfo) |
java.lang.String |
toJSON() |
java.lang.String |
toString() |
java.lang.String |
toXML() |
public KeyRequestInfo getRequestInfo()
public void setRequestInfo(KeyRequestInfo requestInfo)
public KeyData getKeyData()
public void setKeyData(KeyData keyData)
public KeyId getKeyId()
public RequestId getRequestId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toXML() throws java.lang.Exception
java.lang.Exception
public static KeyRequestResponse fromXML(java.lang.String xml) throws java.lang.Exception
java.lang.Exception
public java.lang.String toJSON() throws java.lang.Exception
java.lang.Exception
public static KeyRequestResponse fromJSON(java.lang.String json) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception