mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
69 lines
1.2 KiB
Java
69 lines
1.2 KiB
Java
package bO;
|
|
|
|
public class BoInterfaceHotel {
|
|
private int a = 1;
|
|
|
|
private int b = 4;
|
|
|
|
private int c = 1;
|
|
|
|
private int d = 255;
|
|
|
|
private final m e = new m();
|
|
|
|
private int f = 1;
|
|
|
|
public int a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
public int b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void b(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public int c() {
|
|
return this.d;
|
|
}
|
|
|
|
public void c(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
|
|
public m d() {
|
|
return this.e;
|
|
}
|
|
|
|
public int e() {
|
|
return this.f;
|
|
}
|
|
|
|
public void d(int paramInt) {
|
|
this.f = paramInt;
|
|
}
|
|
|
|
public int f() {
|
|
return this.a;
|
|
}
|
|
|
|
public void e(int paramInt) {
|
|
this.a = paramInt;
|
|
}
|
|
|
|
public String toString() {
|
|
return "granularityOdtEntrySize=" + this.a + ", maxOdtEntrySizeDAQ=" + this.b + ", granularityOdtEntrySizeStim=" + this.c + ", maxOdtEntrySizeStim=" + this.d + ", timestampTicks=" + this.f + ", timestampMode=" + this.e.toString();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bO/h.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |