package com.seewo.remote.lan.customer.op.entity;

import h.i;
import h.x.d.h;
import h.x.d.k;

/* JADX INFO: compiled from: ColorTempEntity.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public final class RGBGainString {
    private String blue;
    private String green;
    private String red;

    public RGBGainString() {
        this(null, null, null, 7, null);
    }

    public RGBGainString(String str, String str2, String str3) {
        this.red = str;
        this.green = str2;
        this.blue = str3;
    }

    public static /* synthetic */ RGBGainString copy$default(RGBGainString rGBGainString, String str, String str2, String str3, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            str = rGBGainString.red;
        }
        if ((i2 & 2) != 0) {
            str2 = rGBGainString.green;
        }
        if ((i2 & 4) != 0) {
            str3 = rGBGainString.blue;
        }
        return rGBGainString.copy(str, str2, str3);
    }

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

    public final String component2() {
        return this.green;
    }

    public final String component3() {
        return this.blue;
    }

    public final RGBGainString copy(String str, String str2, String str3) {
        return new RGBGainString(str, str2, str3);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof RGBGainString)) {
            return false;
        }
        RGBGainString rGBGainString = (RGBGainString) obj;
        return k.a(this.red, rGBGainString.red) && k.a(this.green, rGBGainString.green) && k.a(this.blue, rGBGainString.blue);
    }

    public final String getBlue() {
        return this.blue;
    }

    public final String getGreen() {
        return this.green;
    }

    public final String getRed() {
        return this.red;
    }

    public int hashCode() {
        String str = this.red;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.green;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.blue;
        return iHashCode2 + (str3 != null ? str3.hashCode() : 0);
    }

    public final void setBlue(String str) {
        this.blue = str;
    }

    public final void setGreen(String str) {
        this.green = str;
    }

    public final void setRed(String str) {
        this.red = str;
    }

    public String toString() {
        return "RGBGainString(red=" + this.red + ", green=" + this.green + ", blue=" + this.blue + ')';
    }

    public /* synthetic */ RGBGainString(String str, String str2, String str3, int i2, h hVar) {
        this((i2 & 1) != 0 ? null : str, (i2 & 2) != 0 ? null : str2, (i2 & 4) != 0 ? null : str3);
    }
}
