package com.seewo.sdk.model;

import com.seewo.sdk.interfaces.g;
import com.seewo.sdk.interfaces.h;
import com.seewo.sdk.interfaces.i;

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private h f2527g;
    private i h;
    private int i;
    private int j;
    private int k;
    private int l;

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

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

    public g getColorTemp() {
        return this.f2526f;
    }

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

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

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

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

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

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

    public h getPictureMode() {
        return this.f2527g;
    }

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

    public i getSolution() {
        return this.h;
    }

    public SDKPictureInfo setBackLight(int i) {
        this.f2525e = i;
        return this;
    }

    public SDKPictureInfo setBrightness(int i) {
        this.f2521a = i;
        return this;
    }

    public SDKPictureInfo setColorTemp(g gVar) {
        this.f2526f = gVar;
        return this;
    }

    public SDKPictureInfo setContrast(int i) {
        this.f2523c = i;
        return this;
    }

    public SDKPictureInfo setHue(int i) {
        this.f2524d = i;
        return this;
    }

    public SDKPictureInfo setPicClock(int i) {
        this.k = i;
        return this;
    }

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

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

    public SDKPictureInfo setPicVertical(int i) {
        this.j = i;
        return this;
    }

    public SDKPictureInfo setPictureMode(h hVar) {
        this.f2527g = hVar;
        return this;
    }

    public SDKPictureInfo setSharpness(int i) {
        this.f2522b = i;
        return this;
    }

    public SDKPictureInfo setSolution(i iVar) {
        this.h = iVar;
        return this;
    }
}
