package com.seewo.ota.udi.model;

import androidx.annotation.Keep;
import f.i;
import f.z.d.k;

/* JADX INFO: compiled from: UpsInformation.kt */
/* JADX INFO: loaded from: classes.dex */
@i
@Keep
public final class Msg {
    private final String msg;

    public Msg(String str) {
        k.e(str, "msg");
        this.msg = str;
    }

    public static /* synthetic */ Msg copy$default(Msg msg, String str, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            str = msg.msg;
        }
        return msg.copy(str);
    }

    public final String component1() {
        return this.msg;
    }

    public final Msg copy(String str) {
        k.e(str, "msg");
        return new Msg(str);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof Msg) && k.a(this.msg, ((Msg) obj).msg);
    }

    public final String getMsg() {
        return this.msg;
    }

    public int hashCode() {
        return this.msg.hashCode();
    }

    public String toString() {
        return "Msg(msg=" + this.msg + ')';
    }
}
