package com.ifpos.bytello.share.sdk.model;

import com.google.gson.annotations.SerializedName;
import g.h0.c.g;
import g.h0.c.l;
import g.i;

/* JADX INFO: compiled from: NotifyMessage.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public final class NotifyMessage {

    @SerializedName("message")
    private final String message;

    @SerializedName("requestId")
    private final int requestId;

    @SerializedName("type")
    private final int type;

    public NotifyMessage(int i2, String str, int i3) {
        l.f(str, "message");
        this.requestId = i2;
        this.message = str;
        this.type = i3;
    }

    public final String getMessage() {
        return this.message;
    }

    public final int getRequestId() {
        return this.requestId;
    }

    public final int getType() {
        return this.type;
    }

    public /* synthetic */ NotifyMessage(int i2, String str, int i3, int i4, g gVar) {
        this(i2, str, (i4 & 4) != 0 ? 1003 : i3);
    }
}
