20 lines
360 B
Java
20 lines
360 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class Bwm {
|
||
|
|
||
|
@SerializedName("registrarCode")
|
||
|
private String a;
|
||
|
|
||
|
@SerializedName("longDescription")
|
||
|
private String b;
|
||
|
|
||
|
@SerializedName("shortDescription")
|
||
|
private String c;
|
||
|
|
||
|
@SerializedName("displayCode")
|
||
|
private String e;
|
||
|
}
|