mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
29 lines
518 B
Java
29 lines
518 B
Java
package A;
|
|
|
|
public class AInterfaceLima {
|
|
private static String a = "192.168.1.80";
|
|
|
|
private static int b = 2000;
|
|
|
|
public static String a() {
|
|
return a;
|
|
}
|
|
|
|
public static void a(String paramString) {
|
|
a = paramString;
|
|
}
|
|
|
|
public static int b() {
|
|
return b;
|
|
}
|
|
|
|
public static void a(int paramInt) {
|
|
b = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/A/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |