47 lines
827 B
Java
47 lines
827 B
Java
package com.baidu.uaq.agent.android.harvest;
|
|
|
|
/* compiled from: HarvestResponse.java */
|
|
/* loaded from: classes.dex */
|
|
public class b {
|
|
private int a;
|
|
private String b;
|
|
private long c;
|
|
|
|
public boolean a() {
|
|
return this.a == 200;
|
|
}
|
|
|
|
public boolean b() {
|
|
int i = this.a;
|
|
return i == 200 || i == 201 || i == 202 || i == 203 || i == 204 || i == 205 || i == 206 || i == 207 || i == 208;
|
|
}
|
|
|
|
public String c() {
|
|
return this.b;
|
|
}
|
|
|
|
public long d() {
|
|
return this.c;
|
|
}
|
|
|
|
public int e() {
|
|
return this.a;
|
|
}
|
|
|
|
public boolean f() {
|
|
return this.a != 200;
|
|
}
|
|
|
|
public void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
public void a(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public void a(long j) {
|
|
this.c = j;
|
|
}
|
|
}
|