package com.seewo.sdk.model;

import H0.k;
import H0.l;
import H0.n;

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

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private int f3610j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    private int f3611k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    private int f3612l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    private int f3613m;

    public int getBackLight() {
        return this.f3605e;
    }

    public int getBrightness() {
        return this.f3601a;
    }

    public k getColorTemp() {
        return this.f3606f;
    }

    public int getContrast() {
        return this.f3603c;
    }

    public int getHue() {
        return this.f3604d;
    }

    public int getMaxBackLight() {
        return this.f3613m;
    }

    public int getPicClock() {
        return this.f3611k;
    }

    public int getPicHorizon() {
        return this.f3609i;
    }

    public int getPicPhase() {
        return this.f3612l;
    }

    public int getPicVertical() {
        return this.f3610j;
    }

    public l getPictureMode() {
        return this.f3607g;
    }

    public int getSharpness() {
        return this.f3602b;
    }

    public n getSolution() {
        return this.f3608h;
    }

    public SDKPictureInfo setBackLight(int i2) {
        this.f3605e = i2;
        return this;
    }

    public SDKPictureInfo setBrightness(int i2) {
        this.f3601a = i2;
        return this;
    }

    public SDKPictureInfo setColorTemp(k kVar) {
        this.f3606f = kVar;
        return this;
    }

    public SDKPictureInfo setContrast(int i2) {
        this.f3603c = i2;
        return this;
    }

    public SDKPictureInfo setHue(int i2) {
        this.f3604d = i2;
        return this;
    }

    public SDKPictureInfo setMaxBackLigt(int i2) {
        this.f3613m = i2;
        return this;
    }

    public SDKPictureInfo setPicClock(int i2) {
        this.f3611k = i2;
        return this;
    }

    public SDKPictureInfo setPicHorizon(int i2) {
        this.f3609i = i2;
        return this;
    }

    public SDKPictureInfo setPicPhase(int i2) {
        this.f3612l = i2;
        return this;
    }

    public SDKPictureInfo setPicVertical(int i2) {
        this.f3610j = i2;
        return this;
    }

    public SDKPictureInfo setPictureMode(l lVar) {
        this.f3607g = lVar;
        return this;
    }

    public SDKPictureInfo setSharpness(int i2) {
        this.f3602b = i2;
        return this;
    }

    public SDKPictureInfo setSolution(n nVar) {
        this.f3608h = nVar;
        return this;
    }
}
