Class ActivityPostAllOf
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ActivityPostAllOf
-
public class ActivityPostAllOf extends java.lang.ObjectActivityPostAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AUTHOR
-
Constructor Summary
Constructors Constructor Description ActivityPostAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityPostAllOfauthor(Author author)booleanequals(java.lang.Object o)AuthorgetAuthor()The author of the activity.inthashCode()voidsetAuthor(Author author)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_AUTHOR
public static final java.lang.String JSON_PROPERTY_AUTHOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
author
public ActivityPostAllOf author(Author author)
-
getAuthor
@Nullable public Author getAuthor()
The author of the activity.- Returns:
- author
-
setAuthor
public void setAuthor(Author 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
-
-