package com.seewo.remote.e.f;

import com.seewo.remote.e.g.a;
import io.netty.channel.ChannelHandlerContext;
import java.util.Arrays;

/* JADX INFO: compiled from: RequestData.java */
/* JADX INFO: loaded from: classes.dex */
public class a {
    private int a;
    private byte b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private byte f251c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private int f252d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private byte[] f253e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private a.b f254f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private ChannelHandlerContext f255g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private int f256h = -1;

    public ChannelHandlerContext a() {
        return this.f255g;
    }

    public int b() {
        return this.a;
    }

    public byte c() {
        return this.f251c;
    }

    public byte[] d() {
        return this.f253e;
    }

    public int e() {
        return this.f256h;
    }

    public a.b f() {
        return this.f254f;
    }

    public byte g() {
        return this.b;
    }

    public int h() {
        return this.f252d;
    }

    public void i(ChannelHandlerContext channelHandlerContext) {
        this.f255g = channelHandlerContext;
    }

    public void j(int i2) {
        this.a = i2;
    }

    public void k(byte b) {
        this.f251c = b;
    }

    public void l(byte[] bArr) {
        this.f253e = bArr;
    }

    public void m(int i2) {
        this.f256h = i2;
    }

    public void n(a.b bVar) {
        this.f254f = bVar;
    }

    public void o(byte b) {
        this.b = b;
    }

    public void p(int i2) {
        this.f252d = i2;
    }

    public String toString() {
        return "RequestData{machineId=" + this.a + ", mTypeCode=" + ((int) this.b) + ", mMainCode=" + ((int) this.f251c) + ", mValueCode=" + this.f252d + ", mMessage=" + Arrays.toString(this.f253e) + ", mMessageType=" + this.f254f + ", mChannelHandlerContext=" + this.f255g + ", mMessageProcessType=" + this.f256h + '}';
    }
}
