Package com.github.twitch4j.helix.domain
Class ChannelEditor
java.lang.Object
com.github.twitch4j.helix.domain.ChannelEditor
public class ChannelEditor
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ChannelEditor() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.time.InstantgetCreatedAt()Date and time the editor was given editor permissions.java.lang.StringgetUserId()User ID of the editor.java.lang.StringgetUserName()Display name of the editor.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelEditor
public ChannelEditor()
-
-
Method Details
-
getUserId
public java.lang.String getUserId()User ID of the editor. -
getUserName
public java.lang.String getUserName()Display name of the editor. -
getCreatedAt
public java.time.Instant getCreatedAt()Date and time the editor was given editor permissions. -
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
-