package com.seewo.sdk.model;

import com.seewo.sdk.interfaces.l;
import com.seewo.sdk.interfaces.m;
import com.seewo.sdk.interfaces.o;

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

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

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

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

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

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

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

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

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

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

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

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

    public l getColorTemp() {
        return this.f405f;
    }

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

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

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

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

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

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

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

    public m getPictureMode() {
        return this.f406g;
    }

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

    public o getSolution() {
        return this.f407h;
    }

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

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

    public SDKPictureInfo setColorTemp(l lVar) {
        this.f405f = lVar;
        return this;
    }

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

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

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

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

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

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

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

    public SDKPictureInfo setPictureMode(m mVar) {
        this.f406g = mVar;
        return this;
    }

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

    public SDKPictureInfo setSolution(o oVar) {
        this.f407h = oVar;
        return this;
    }
}
