Class StarsListResponse.Comment
- java.lang.Object
-
- com.slack.api.methods.response.stars.StarsListResponse.Comment
-
- Enclosing class:
- StarsListResponse
public static class StarsListResponse.Comment extends Object
-
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()IntegergetCreated()StringgetId()IntegergetNumStars()IntegergetTimestamp()StringgetUser()inthashCode()booleanisIntro()booleanisStarred()voidsetComment(String comment)voidsetCreated(Integer created)voidsetId(String id)voidsetIntro(boolean intro)voidsetNumStars(Integer numStars)voidsetStarred(boolean starred)voidsetTimestamp(Integer timestamp)voidsetUser(String user)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getCreated
public Integer getCreated()
-
getTimestamp
public Integer getTimestamp()
-
getUser
public String getUser()
-
isIntro
public boolean isIntro()
-
getComment
public String getComment()
-
getNumStars
public Integer getNumStars()
-
isStarred
public boolean isStarred()
-
setId
public void setId(String id)
-
setCreated
public void setCreated(Integer created)
-
setTimestamp
public void setTimestamp(Integer timestamp)
-
setUser
public void setUser(String user)
-
setIntro
public void setIntro(boolean intro)
-
setComment
public void setComment(String comment)
-
setNumStars
public void setNumStars(Integer numStars)
-
setStarred
public void setStarred(boolean starred)
-
canEqual
protected boolean canEqual(Object other)
-
-