Class CustomReward.MaxPerUserPerStreamSetting

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

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

    Constructors
    Constructor Description
    MaxPerUserPerStreamSetting()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getMaxPerUserPerStream()  
    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

    • MaxPerUserPerStreamSetting

      public MaxPerUserPerStreamSetting()
  • Method Details