导航菜单

页面标题

页面副标题

Tasker v6.5.11 - l.java 源代码

正在查看: Tasker v6.5.11 应用的 l.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.joaomgcd.taskerm.action.alert;

import android.content.Context;
import xd.h;

public final class l implements xd.h {
    private String a;
    private String b;
    private Integer c;
    private Integer d;
    private Integer e;
    private Boolean f;
    private String g;
    private String h;
    private Boolean i;

    public l() {
        this(null, null, null, null, null, null, null, null, null, 511, null);
    }

    @uf.b(index = 5)
    public static void getContinueImmediately$annotations() {
    }

    @uf.b(index = 6)
    public static void getFile$annotations() {
    }

    @uf.b(index = 7)
    public static void getOverrideApiKey$annotations() {
    }

    @uf.b(index = 3)
    public static void getPitch$annotations() {
    }

    @uf.b(index = 8)
    public static void getRespectAudioFocus$annotations() {
    }

    @uf.b(index = 4)
    public static void getSpeed$annotations() {
    }

    @uf.b(index = 2)
    public static void getStream$annotations() {
    }

    @uf.b(helpResIdName = "text_ssml_explained", helpUrl = "https://cloud.google.com/text-to-speech/docs/ssml", index = 0)
    public static void getText$annotations() {
    }

    @uf.b(index = 1)
    public static void getVoice$annotations() {
    }

    @Override
    public String getApiKey(Context context) {
        return h.a.a(this, context);
    }

    public final Boolean getContinueImmediately() {
        return this.f;
    }

    public final String getFile() {
        return this.g;
    }

    @Override
    public String getOverrideApiKey() {
        return this.h;
    }

    public final Integer getPitch() {
        return this.d;
    }

    public final Boolean getRespectAudioFocus() {
        return this.i;
    }

    public final Integer getSpeed() {
        return this.e;
    }

    public final Integer getStream() {
        return this.c;
    }

    public final String getText() {
        return this.a;
    }

    public final String getVoice() {
        return this.b;
    }

    public final void setContinueImmediately(Boolean bool) {
        this.f = bool;
    }

    public final void setFile(String str) {
        this.g = str;
    }

    public void setOverrideApiKey(String str) {
        this.h = str;
    }

    public final void setPitch(Integer num) {
        this.d = num;
    }

    public final void setRespectAudioFocus(Boolean bool) {
        this.i = bool;
    }

    public final void setSpeed(Integer num) {
        this.e = num;
    }

    public final void setStream(Integer num) {
        this.c = num;
    }

    public final void setText(String str) {
        this.a = str;
    }

    public final void setVoice(String str) {
        this.b = str;
    }

    public l(String str, String str2, Integer num, Integer num2, Integer num3, Boolean bool, String str3, String str4, Boolean bool2) {
        this.a = str;
        this.b = str2;
        this.c = num;
        this.d = num2;
        this.e = num3;
        this.f = bool;
        this.g = str3;
        this.h = str4;
        this.i = bool2;
    }

    public l(String str, String str2, Integer num, Integer num2, Integer num3, Boolean bool, String str3, String str4, Boolean bool2, int i, yj.h hVar) {
        this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : num, (i & 8) != 0 ? null : num2, (i & 16) != 0 ? null : num3, (i & 32) != 0 ? null : bool, (i & 64) != 0 ? null : str3, (i & 128) != 0 ? null : str4, (i & 256) == 0 ? bool2 : null);
    }
}