64 lines
1.2 KiB
Java
64 lines
1.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.math.BigDecimal;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class qEP {
|
|
|
|
@SerializedName("function")
|
|
public final String a;
|
|
|
|
@SerializedName("functionLabelName")
|
|
public final String b;
|
|
|
|
@SerializedName("limitAmount")
|
|
public final BigDecimal c;
|
|
|
|
@SerializedName("botAmount")
|
|
public final BigDecimal d;
|
|
|
|
@SerializedName("adjustLimitEnable")
|
|
public final Boolean e;
|
|
|
|
@SerializedName("limitStepSize")
|
|
public final BigDecimal f;
|
|
|
|
@SerializedName("minAmount")
|
|
public final BigDecimal g;
|
|
|
|
@SerializedName("remark")
|
|
public final String h;
|
|
|
|
@SerializedName("limitType")
|
|
public final String i;
|
|
|
|
@SerializedName("maxAmount")
|
|
public final BigDecimal j;
|
|
|
|
@SerializedName("subFunction")
|
|
public final String n;
|
|
|
|
private qEP(byte b) {
|
|
this.i = null;
|
|
this.a = null;
|
|
this.n = null;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.g = null;
|
|
this.j = null;
|
|
this.f = null;
|
|
this.d = null;
|
|
this.e = null;
|
|
this.h = null;
|
|
}
|
|
|
|
private /* synthetic */ qEP(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public qEP() {
|
|
this((char) 0);
|
|
}
|
|
}
|