package com.seewo.sdk.model;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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