Class CustomReward.MaxPerStreamSetting

java.lang.Object
com.github.twitch4j.helix.domain.CustomReward.Setting
com.github.twitch4j.helix.domain.CustomReward.MaxPerStreamSetting
Enclosing class:
CustomReward

public static class CustomReward.MaxPerStreamSetting
extends CustomReward.Setting
  • Constructor Summary

    Constructors
    Constructor Description
    MaxPerStreamSetting()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getMaxPerStream()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class com.github.twitch4j.helix.domain.CustomReward.Setting

    isEnabled

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MaxPerStreamSetting

      public MaxPerStreamSetting()
  • Method Details