正在查看: Tasker v6.5.11 应用的 g0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Tasker v6.5.11 应用的 g0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.joaomgcd.taskerm.action.variable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public final class g0 extends rf.z {
private n a;
private String b;
private String c;
private String d;
private String e;
private String f;
private String g;
private Boolean h;
private Boolean i;
private o0 j;
private String k;
private String l;
private com.joaomgcd.taskerm.inputoutput.a m;
public g0() {
this(null, null, null, null, null, null, null, null, null, null, null, null, null, 8191, null);
}
@uf.b(helpResIdName = "do_maths_parse_format_datetime", index = 9)
public static void getDoMaths$annotations() {
}
@uf.b(index = 8)
public static void getGetAllDetails$annotations() {
}
@uf.b(helpResIdName = "input_dates_format_help", index = 3, keepVars = true)
public static void getInputFormats$annotations() {
}
@uf.b(helpResIdName = "separator_comma_or_newnline_by_default", index = 4)
public static void getInputSeparator$annotations() {
}
@uf.b(index = 1)
public static void getInputType$annotations() {
}
@uf.b(helpResIdName = "input_dates_help", index = 2, keepVars = true)
public static void getInputs$annotations() {
}
@uf.b(helpResIdName = "output_dates_help", index = 0)
public static void getOutputClass$annotations() {
}
@uf.b(helpResIdName = "separator_comma_or_newnline_by_default", index = 6)
public static void getOutputFormatSeparator$annotations() {
}
@uf.b(helpResIdName = "output_dates_format_help", helpUrl = "https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html", index = 5, keepVars = true)
public static void getOutputFormats$annotations() {
}
@uf.b(helpResIdName = "output_dates_format_variable_names_help", index = 7, keepVars = true)
public static void getOutputFormattedVariableName$annotations() {
}
@uf.b(helpResIdName = "output_offset_explained", index = 11)
public static void getOutputOffset$annotations() {
}
@uf.b(helpResIdName = "output_offset_type_explained", index = 10)
public static void getOutputOffsetType$annotations() {
}
@uf.b(helpResIdName = "time_zone_explained", index = 12)
public static void getTimeZone$annotations() {
}
public final Boolean getDoMaths() {
return this.i;
}
public final boolean getDoMathsNotNull() {
Boolean bool = this.i;
if (bool != null) {
return bool.booleanValue();
}
return false;
}
public final java.util.List<java.lang.String> getFormattedVariableNames() {
throw new UnsupportedOperationException("Method not decompiled: com.joaomgcd.taskerm.action.variable.g0.getFormattedVariableNames():java.util.List");
}
public final Boolean getGetAllDetails() {
return this.h;
}
public final boolean getHasCustomInput() {
return this.a == n.i;
}
public final String getInputFormats() {
return this.c;
}
public final String getInputSeparator() {
return this.d;
}
public final n getInputType() {
return this.a;
}
public final String getInputs() {
return this.b;
}
public final com.joaomgcd.taskerm.inputoutput.a getOutputClass() {
return this.m;
}
public final String getOutputFormatSeparator() {
return this.f;
}
public final String getOutputFormats() {
return this.e;
}
public final String getOutputFormattedVariableName() {
return this.g;
}
public final boolean getOutputHasOffset() {
return getOutputOffsetTypeNotNull() != o0.i;
}
public final String getOutputOffset() {
return this.k;
}
public final o0 getOutputOffsetType() {
return this.j;
}
public final o0 getOutputOffsetTypeNotNull() {
o0 o0Var = this.j;
return o0Var == null ? o0.i : o0Var;
}
public final List<Integer> getOutputOffsetsSeconds() {
String b;
int i;
o0 outputOffsetTypeNotNull = getOutputOffsetTypeNotNull();
if (outputOffsetTypeNotNull == o0.i) {
return kotlin.collections.r.l();
}
int ordinal = outputOffsetTypeNotNull.ordinal();
String str = this.k;
if (str != null) {
b = e.b(str);
List A0 = hk.o.A0(str, new String[]{b}, false, 0, 6, (Object) null);
if (A0 != null) {
ArrayList arrayList = new ArrayList(kotlin.collections.r.v(A0, 10));
Iterator it = A0.iterator();
while (it.hasNext()) {
Integer m = hk.o.m((String) it.next());
if (m != null) {
i = m.intValue();
if (ordinal >= o0.r.ordinal()) {
i *= 60;
}
if (ordinal >= o0.s.ordinal()) {
i *= 60;
}
if (ordinal >= o0.t.ordinal()) {
i *= 24;
}
} else {
i = 0;
}
arrayList.add(Integer.valueOf(i));
}
return arrayList;
}
}
return kotlin.collections.r.l();
}
public final String getTimeZone() {
return this.l;
}
public final void setDoMaths(Boolean bool) {
this.i = bool;
}
public final void setGetAllDetails(Boolean bool) {
this.h = bool;
}
public final void setInputFormats(String str) {
this.c = str;
}
public final void setInputSeparator(String str) {
this.d = str;
}
public final void setInputType(n nVar) {
this.a = nVar;
}
public final void setInputs(String str) {
this.b = str;
}
public final void setOutputClass(com.joaomgcd.taskerm.inputoutput.a aVar) {
this.m = aVar;
}
public final void setOutputFormatSeparator(String str) {
this.f = str;
}
public final void setOutputFormats(String str) {
this.e = str;
}
public final void setOutputFormattedVariableName(String str) {
this.g = str;
}
public final void setOutputOffset(String str) {
this.k = str;
}
public final void setOutputOffsetType(o0 o0Var) {
this.j = o0Var;
}
public final void setTimeZone(String str) {
this.l = str;
}
public g0(n nVar, String str, String str2, String str3, String str4, String str5, String str6, Boolean bool, Boolean bool2, o0 o0Var, String str7, String str8, com.joaomgcd.taskerm.inputoutput.a aVar, int i, yj.h hVar) {
this((i & 1) != 0 ? null : nVar, (i & 2) != 0 ? null : str, (i & 4) != 0 ? null : str2, (i & 8) != 0 ? null : str3, (i & 16) != 0 ? null : str4, (i & 32) != 0 ? null : str5, (i & 64) != 0 ? null : str6, (i & 128) != 0 ? null : bool, (i & 256) != 0 ? null : bool2, (i & 512) != 0 ? null : o0Var, (i & 1024) != 0 ? null : str7, (i & 2048) == 0 ? str8 : null, (i & 4096) != 0 ? new com.joaomgcd.taskerm.inputoutput.a() : aVar);
}
public g0(n nVar, String str, String str2, String str3, String str4, String str5, String str6, Boolean bool, Boolean bool2, o0 o0Var, String str7, String str8, com.joaomgcd.taskerm.inputoutput.a aVar) {
this.a = nVar;
this.b = str;
this.c = str2;
this.d = str3;
this.e = str4;
this.f = str5;
this.g = str6;
this.h = bool;
this.i = bool2;
this.j = o0Var;
this.k = str7;
this.l = str8;
this.m = aVar;
}
}