Untitled
unknown
plain_text
2 years ago
1.2 kB
7
Indexable
public class fs8 {
public byte[] a;
public int f7389b;
public String f7390c;
public String d;
public byte[] f7391e = null;
public fs8(String str, String str2, byte[] bArr, int i) {
this.f7390c = str;
this.d = str2;
this.a = bArr;
this.f7389b = i;
}
public String a() {
return this.f7390c;
}
public String b() {
return this.d;
}
public int c() {
return this.f7389b;
}
public byte[] d() {
return this.a;
}
public void e(byte[] bArr) {
this.a = bArr;
}
}
package com.finansbank.mobile;
public class fs8 {
public byte[] a;
public int f7389b;
public String f7390c;
public String d;
public byte[] f7391e = null;
public fs8(String str, String str2, byte[] bArr, int i) {
this.f7390c = str;
this.d = str2;
this.a = bArr;
this.f7389b = i;
}
public String a() {
return this.f7390c;
}
public String b() {
return this.d;
}
public int c() {
return this.f7389b;
}
public byte[] d() {
return this.a;
}
public void e(byte[] bArr) {
this.a = bArr;
}
}
Editor is loading...
Leave a Comment