what-the-bank/sources/o/InterfaceC16570pRK.java

50 lines
1.7 KiB
Java

package o;
import java.io.Serializable;
import o.InterfaceC16570pRK;
import o.InterfaceC2713ajm;
/* renamed from: o.pRK, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC16570pRK<T extends InterfaceC16570pRK<T>> {
@InterfaceC2713ajm(a = InterfaceC2713ajm.HBt.PUBLIC_ONLY, b = InterfaceC2713ajm.HBt.PUBLIC_ONLY, c = InterfaceC2713ajm.HBt.PUBLIC_ONLY, d = InterfaceC2713ajm.HBt.ANY, e = InterfaceC2713ajm.HBt.ANY)
/* renamed from: o.pRK$IeS */
/* loaded from: classes.dex */
public static class IeS implements InterfaceC16570pRK<IeS>, Serializable {
private static IeS b = new IeS((InterfaceC2713ajm) IeS.class.getAnnotation(InterfaceC2713ajm.class));
private InterfaceC2713ajm.HBt a;
private InterfaceC2713ajm.HBt c;
private InterfaceC2713ajm.HBt d;
private InterfaceC2713ajm.HBt e;
private InterfaceC2713ajm.HBt i;
private IeS(InterfaceC2713ajm interfaceC2713ajm) {
this.e = interfaceC2713ajm.b();
this.c = interfaceC2713ajm.c();
this.i = interfaceC2713ajm.d();
this.d = interfaceC2713ajm.e();
this.a = interfaceC2713ajm.a();
}
public String toString() {
StringBuilder sb = new StringBuilder("[Visibility: getter: ");
sb.append(this.e);
sb.append(", isGetter: ");
sb.append(this.c);
sb.append(", setter: ");
sb.append(this.i);
sb.append(", creator: ");
sb.append(this.d);
sb.append(", field: ");
sb.append(this.a);
sb.append("]");
return sb.toString();
}
public static IeS a() {
return b;
}
}
}