package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKPictureConfigurable {
    private boolean a;
    private boolean b;
    private boolean c;
    private boolean d;
    private boolean e;
    private boolean f;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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