Class DownloadMessageRefBodyAllOfApple
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.DownloadMessageRefBodyAllOfApple
-
public class DownloadMessageRefBodyAllOfApple extends java.lang.ObjectThe message ref returned by Apple.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_INTERACTIVE_DATA_REF
-
Constructor Summary
Constructors Constructor Description DownloadMessageRefBodyAllOfApple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)DownloadMessageRefBodyAllOfAppleInteractiveDataRefgetInteractiveDataRef()Get interactiveDataRefinthashCode()DownloadMessageRefBodyAllOfAppleinteractiveDataRef(DownloadMessageRefBodyAllOfAppleInteractiveDataRef interactiveDataRef)voidsetInteractiveDataRef(DownloadMessageRefBodyAllOfAppleInteractiveDataRef interactiveDataRef)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_INTERACTIVE_DATA_REF
public static final java.lang.String JSON_PROPERTY_INTERACTIVE_DATA_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
interactiveDataRef
public DownloadMessageRefBodyAllOfApple interactiveDataRef(DownloadMessageRefBodyAllOfAppleInteractiveDataRef interactiveDataRef)
-
getInteractiveDataRef
public DownloadMessageRefBodyAllOfAppleInteractiveDataRef getInteractiveDataRef()
Get interactiveDataRef- Returns:
- interactiveDataRef
-
setInteractiveDataRef
public void setInteractiveDataRef(DownloadMessageRefBodyAllOfAppleInteractiveDataRef interactiveDataRef)
-
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
-
-