Class AppKeyResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AppKeyResponse
-
public class AppKeyResponse extends java.lang.ObjectAppKeyResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description AppKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AppKeygetKey()The created key object.inthashCode()AppKeyResponsekey(AppKey key)voidsetKey(AppKey key)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEY
public static final java.lang.String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public AppKeyResponse key(AppKey key)
-
getKey
@Nullable public AppKey getKey()
The created key object.- Returns:
- key
-
setKey
public void setKey(AppKey key)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-