ModV2.0.4 v1.86526672844804版本的 MD5 值为:ab8437a2d03fc69805a8b4199bd7fecb

以下内容为反编译后的 i.java 源代码,内容仅作参考


package com.joaomgcd.taskerm.action.a;

import android.content.Context;
import androidx.core.app.FrameMetricsAggregator;
import c.f.b.k;
import com.joaomgcd.taskerm.action.h;
import net.danlew.android.joda.R;
public final class i implements com.joaomgcd.taskerm.action.h {
    private String f4968a;
    private String f4969b;
    private Integer f4970c;
    private Integer f4971d;
    private Integer f4972e;
    private Boolean f4973f;
    private String g;
    private String h;
    private Boolean i;

    public i() {
        this(null, null, null, null, null, null, null, null, null, FrameMetricsAggregator.EVERY_DURATION, null);
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 5)
    public static void continueImmediately$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 6)
    public static void file$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 7)
    public static void overrideApiKey$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 3)
    public static void pitch$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 8)
    public static void respectAudioFocus$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 4)
    public static void speed$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 2)
    public static void stream$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 0, e = R.string.text_ssml_explained, g = "https://cloud.google.com/text-to-speech/docs/ssml")
    public static void text$annotations() {
    }

    @com.joaomgcd.taskerm.inputoutput.b(a = 1)
    public static void voice$annotations() {
    }

    public i(String str, String str2, Integer num, Integer num2, Integer num3, Boolean bool, String str3, String str4, Boolean bool2) {
        this.f4968a = str;
        this.f4969b = str2;
        this.f4970c = num;
        this.f4971d = num2;
        this.f4972e = num3;
        this.f4973f = bool;
        this.g = str3;
        this.h = str4;
        this.i = bool2;
    }

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

    public i(String str, String str2, Integer num, Integer num2, Integer num3, Boolean bool, String str3, String str4, Boolean bool2, int i, c.f.b.g gVar) {
        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 ? null : bool2);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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