package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKPictureConfigurable {
    private boolean a;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public SDKPictureConfigurable setBrightnessSupported(boolean z) {
        this.a = z;
        return this;
    }

    public SDKPictureConfigurable setColorTempSupported(boolean z) {
        this.f2853f = z;
        return this;
    }

    public SDKPictureConfigurable setContrastSupported(boolean z) {
        this.f2849b = z;
        return this;
    }

    public SDKPictureConfigurable setHueSupported(boolean z) {
        this.f2851d = z;
        return this;
    }

    public SDKPictureConfigurable setPictureModeSupported(boolean z) {
        this.f2852e = z;
        return this;
    }

    public SDKPictureConfigurable setSharpnessSupported(boolean z) {
        this.f2850c = z;
        return this;
    }

    public SDKPictureConfigurable setSolution16x9Supported(boolean z) {
        this.f2854g = z;
        return this;
    }

    public SDKPictureConfigurable setSolution4x3Supported(boolean z) {
        this.f2855h = z;
        return this;
    }

    public SDKPictureConfigurable setSolutionP2pSupported(boolean z) {
        this.f2856i = z;
        return this;
    }
}
