Class ActivityAllOf
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ActivityAllOf
-
public class ActivityAllOf extends java.lang.ObjectActivityAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AUTHORstatic java.lang.StringJSON_PROPERTY_SOURCE
-
Constructor Summary
Constructors Constructor Description ActivityAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityAllOfauthor(AuthorWebhook author)booleanequals(java.lang.Object o)AuthorWebhookgetAuthor()Get authorSourceWebhookgetSource()The source of the activity.inthashCode()voidsetAuthor(AuthorWebhook author)voidsetSource(SourceWebhook source)ActivityAllOfsource(SourceWebhook source)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SOURCE
public static final java.lang.String JSON_PROPERTY_SOURCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTHOR
public static final java.lang.String JSON_PROPERTY_AUTHOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
source
public ActivityAllOf source(SourceWebhook source)
-
getSource
@Nullable public SourceWebhook getSource()
The source of the activity.- Returns:
- source
-
setSource
public void setSource(SourceWebhook source)
-
author
public ActivityAllOf author(AuthorWebhook author)
-
getAuthor
@Nullable public AuthorWebhook getAuthor()
Get author- Returns:
- author
-
setAuthor
public void setAuthor(AuthorWebhook author)
-
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
-
-