Class Target
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.Target
-
public class Target extends java.lang.ObjectThe target conversation to attach the client to.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONVERSATION_ID
-
Constructor Summary
Constructors Constructor Description Target()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetconversationId(java.lang.String conversationId)booleanequals(java.lang.Object o)java.lang.StringgetConversationId()The conversation ID of the target conversation.inthashCode()voidsetConversationId(java.lang.String conversationId)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONVERSATION_ID
public static final java.lang.String JSON_PROPERTY_CONVERSATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
conversationId
public Target conversationId(java.lang.String conversationId)
-
getConversationId
public java.lang.String getConversationId()
The conversation ID of the target conversation.- Returns:
- conversationId
-
setConversationId
public void setConversationId(java.lang.String conversationId)
-
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
-
-