类 AuthInfo

    • 构造器详细资料

      • AuthInfo

        public AuthInfo()
    • 方法详细资料

      • getPush

        public Boolean getPush()
        Returns true if authentication is required before push.
        返回:
        true if authentication is required before push
      • setPush

        public void setPush​(Boolean push)
        Sets to true if authentication is required before push
        参数:
        push - true if authentication is required before push
      • withPush

        public AuthInfo withPush​(Boolean push)
        Sets to true if authentication is required before push
        参数:
        push - true if authentication is required before push
        返回:
        this object
      • getPlay

        public Boolean getPlay()
        Returns true if authentication is required before play
        返回:
        true if authentication is required before play
      • setPlay

        public void setPlay​(Boolean play)
        Sets to true if authentication is required before play
        参数:
        play - true if authentication is required before play
      • withPlay

        public AuthInfo withPlay​(Boolean play)
        Sets to true if authentication is required before play
        参数:
        play - true if authentication is required before play
        返回:
        this object
      • getKey

        public String getKey()
        Returns the authentication key.
        返回:
        the authentication key
      • setKey

        public void setKey​(String key)
        Sets the authentication key.
        参数:
        key - the authentication key
      • withKey

        public AuthInfo withKey​(String key)
        Sets the authentication key.
        参数:
        key - the authentication key
        返回:
        this object