Class MuteSlice

    • Constructor Detail

      • MuteSlice

        public MuteSlice()
      • MuteSlice

        public MuteSlice​(MuteSlice source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getMuteBtm

        public Long getMuteBtm()
        Get 起始时间。
        Returns:
        MuteBtm 起始时间。
      • setMuteBtm

        public void setMuteBtm​(Long MuteBtm)
        Set 起始时间。
        Parameters:
        MuteBtm - 起始时间。
      • getMuteEtm

        public Long getMuteEtm()
        Get 终止时间。
        Returns:
        MuteEtm 终止时间。
      • setMuteEtm

        public void setMuteEtm​(Long MuteEtm)
        Set 终止时间。
        Parameters:
        MuteEtm - 终止时间。