39 lines
569 B
Java
39 lines
569 B
Java
package com.ubt.jimu.upload;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class UploadResponse {
|
|
private int a;
|
|
private String b;
|
|
private String c;
|
|
|
|
public void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
public void a(boolean z) {
|
|
}
|
|
|
|
public int b() {
|
|
return this.a;
|
|
}
|
|
|
|
public void b(String str) {
|
|
}
|
|
|
|
public String c() {
|
|
return this.b;
|
|
}
|
|
|
|
public String a() {
|
|
return this.c;
|
|
}
|
|
|
|
public void c(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public void a(String str) {
|
|
this.c = str;
|
|
}
|
|
}
|