Package tv.phantombot.event.twitch.clip
Class TwitchClipEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.clip.TwitchClipEvent
- 
Constructor SummaryConstructorsConstructorDescriptionTwitchClipEvent(String clipURL, String creator, String clipTitle, JSONObject thumbnailObj) Class constructor.
- 
Method SummaryModifier and TypeMethodDescriptionMethod that returns the clip title.Method that returns the clip URL.Method that returns the clip creator.Method that returns the object of thumnails.
- 
Constructor Details- 
TwitchClipEventClass constructor.- Parameters:
- clipURL-
- creator-
- clipTitle-
- thumbnailObj-
 
 
- 
- 
Method Details- 
getClipURLMethod that returns the clip URL.- Returns:
- clipURL
 
- 
getCreatorMethod that returns the clip creator.- Returns:
- creator
 
- 
getClipTitleMethod that returns the clip title.- Returns:
- clipTitle
 
- 
getThumbnailObjectMethod that returns the object of thumnails.- Returns:
- thumbnailObj
 
 
-