正在查看: Tasker v6.5.11 应用的 y1.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Tasker v6.5.11 应用的 y1.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.joaomgcd.taskerm.action.input;
public final class y1 {
private String a;
private String b;
private String c;
private String d;
private Class<OutputMatterLight> e;
public y1() {
this(null, null, null, null, null, 31, null);
}
@uf.b(index = 4)
public static void getBrightness$annotations() {
}
@uf.b(index = 3)
public static void getColor$annotations() {
}
@uf.b(helpResIdName = "help_pick_matter_device", helpUrl = "https://tasker.joaoapps.com/userguide/en/matching.html", index = 1)
public static void getDevice$annotations() {
}
@uf.b(index = 0)
public static void getOutputClass$annotations() {
}
@uf.b(index = 2)
public static void getToggleString$annotations() {
}
public final String getBrightness() {
return this.d;
}
public final String getColor() {
return this.c;
}
public final String getDevice() {
return this.a;
}
public final Class<OutputMatterLight> getOutputClass() {
return this.e;
}
public final String getToggleString() {
return this.b;
}
public final void setBrightness(String str) {
this.d = str;
}
public final void setColor(String str) {
this.c = str;
}
public final void setDevice(String str) {
this.a = str;
}
public final void setOutputClass(Class<OutputMatterLight> cls) {
this.e = cls;
}
public final void setToggleString(String str) {
this.b = str;
}
public y1(String str, String str2, String str3, String str4, Class<OutputMatterLight> cls) {
this.a = str;
this.b = str2;
this.c = str3;
this.d = str4;
this.e = cls;
}
public y1(String str, String str2, String str3, String str4, Class cls, int i, yj.h hVar) {
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : str3, (i & 8) == 0 ? str4 : null, (i & 16) != 0 ? OutputMatterLight.class : cls);
}
}