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 f2514a;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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