package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKPictureConfigurable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private boolean f3592a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private boolean f3593b;

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private boolean f3596e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private boolean f3597f;

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private boolean f3599h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private boolean f3600i;

    public boolean isBrightnessSupported() {
        return this.f3592a;
    }

    public boolean isColorTempSupported() {
        return this.f3597f;
    }

    public boolean isContrastSupported() {
        return this.f3593b;
    }

    public boolean isHueSupported() {
        return this.f3595d;
    }

    public boolean isPictureModeSupported() {
        return this.f3596e;
    }

    public boolean isSharpnessSupported() {
        return this.f3594c;
    }

    public boolean isSolution16x9Supported() {
        return this.f3598g;
    }

    public boolean isSolution4x3Supported() {
        return this.f3599h;
    }

    public boolean isSolutionP2pSupported() {
        return this.f3600i;
    }

    public SDKPictureConfigurable setBrightnessSupported(boolean z2) {
        this.f3592a = z2;
        return this;
    }

    public SDKPictureConfigurable setColorTempSupported(boolean z2) {
        this.f3597f = z2;
        return this;
    }

    public SDKPictureConfigurable setContrastSupported(boolean z2) {
        this.f3593b = z2;
        return this;
    }

    public SDKPictureConfigurable setHueSupported(boolean z2) {
        this.f3595d = z2;
        return this;
    }

    public SDKPictureConfigurable setPictureModeSupported(boolean z2) {
        this.f3596e = z2;
        return this;
    }

    public SDKPictureConfigurable setSharpnessSupported(boolean z2) {
        this.f3594c = z2;
        return this;
    }

    public SDKPictureConfigurable setSolution16x9Supported(boolean z2) {
        this.f3598g = z2;
        return this;
    }

    public SDKPictureConfigurable setSolution4x3Supported(boolean z2) {
        this.f3599h = z2;
        return this;
    }

    public SDKPictureConfigurable setSolutionP2pSupported(boolean z2) {
        this.f3600i = z2;
        return this;
    }
}
