Class TagModelServerControl

  • All Implemented Interfaces:
    Cloneable

    public class TagModelServerControl
    extends TagModel
    • Constructor Detail

      • TagModelServerControl

        public TagModelServerControl​(Boolean canBlockReload,
                                     Float partHoldBack,
                                     Float canSkipUntil,
                                     Float holdBack)
    • Method Detail

      • getCanBlockReload

        public Boolean getCanBlockReload()
        Returns:
        the canBlockReload
      • getpartHoldBack

        public Float getpartHoldBack()
        Returns:
        the partHoldBack
      • setPartHoldBack

        public void setPartHoldBack​(Float partHoldBack)
      • getcanSkipUntil

        public Float getcanSkipUntil()
        Returns:
        the canSkipUntil
      • getholdBack

        public Float getholdBack()
        Returns:
        the holdBack
      • toString

        public String toString()
        Specified by:
        toString in class TagModel
      • write

        public void write​(TagWriter writer)
                   throws java.io.IOException
        Specified by:
        write in class TagModel
        Throws:
        java.io.IOException
      • isValid

        public boolean isValid​(Integer version)
        Specified by:
        isValid in class TagModel
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class TagModel