Class KrakenUser
java.lang.Object
com.github.twitch4j.kraken.domain.KrakenUser
public class KrakenUser
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKrakenUser.Notifications -
Constructor Summary
Constructors Constructor Description KrakenUser() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBio()java.util.DategetCreatedAt()Deprecated.in favor of getCreatedAtInstant()java.time.InstantgetCreatedAtInstant()java.lang.StringgetDisplayName()java.lang.StringgetEmail()java.lang.BooleangetEmailVerified()java.lang.StringgetId()java.lang.StringgetLogo()java.lang.StringgetName()KrakenUser.NotificationsgetNotifications()java.lang.BooleangetPartnered()java.lang.BooleangetTwitterConnected()java.lang.StringgetType()java.util.DategetUpdatedAt()Deprecated.in favor of getUpdatedAtInstant()java.time.InstantgetUpdatedAtInstant()inthashCode()voidsetBio(java.lang.String bio)voidsetCreatedAtInstant(java.time.Instant createdAtInstant)voidsetDisplayName(java.lang.String displayName)voidsetEmail(java.lang.String email)voidsetEmailVerified(java.lang.Boolean emailVerified)voidsetId(java.lang.String id)voidsetLogo(java.lang.String logo)voidsetName(java.lang.String name)voidsetNotifications(KrakenUser.Notifications notifications)voidsetPartnered(java.lang.Boolean partnered)voidsetTwitterConnected(java.lang.Boolean twitterConnected)voidsetType(java.lang.String type)voidsetUpdatedAtInstant(java.time.Instant updatedAtInstant)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
KrakenUser
public KrakenUser()
-
-
Method Details
-
getCreatedAt
@Deprecated public java.util.Date getCreatedAt()Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp the account was created
-
getUpdatedAt
@Deprecated public java.util.Date getUpdatedAt()Deprecated.in favor of getUpdatedAtInstant()- Returns:
- the timestamp the account was updated
-
getId
public java.lang.String getId() -
getName
public java.lang.String getName() -
getDisplayName
public java.lang.String getDisplayName() -
getLogo
public java.lang.String getLogo() -
getType
public java.lang.String getType() -
getBio
public java.lang.String getBio() -
getEmail
public java.lang.String getEmail() -
getEmailVerified
public java.lang.Boolean getEmailVerified() -
getNotifications
-
getPartnered
public java.lang.Boolean getPartnered() -
getTwitterConnected
public java.lang.Boolean getTwitterConnected() -
getUpdatedAtInstant
public java.time.Instant getUpdatedAtInstant() -
getCreatedAtInstant
public java.time.Instant getCreatedAtInstant() -
setId
public void setId(java.lang.String id) -
setName
public void setName(java.lang.String name) -
setDisplayName
public void setDisplayName(java.lang.String displayName) -
setLogo
public void setLogo(java.lang.String logo) -
setType
public void setType(java.lang.String type) -
setBio
public void setBio(java.lang.String bio) -
setEmail
public void setEmail(java.lang.String email) -
setEmailVerified
public void setEmailVerified(java.lang.Boolean emailVerified) -
setNotifications
-
setPartnered
public void setPartnered(java.lang.Boolean partnered) -
setTwitterConnected
public void setTwitterConnected(java.lang.Boolean twitterConnected) -
setUpdatedAtInstant
public void setUpdatedAtInstant(java.time.Instant updatedAtInstant) -
setCreatedAtInstant
public void setCreatedAtInstant(java.time.Instant createdAtInstant) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-