package com.seewo.sdk.internal.response.device;

import com.seewo.sdk.internal.model.SDKParsable;
import com.seewo.sdk.model.SDKHDMIOutFormat9950;

/* JADX INFO: loaded from: classes.dex */
public class RespGetHDMIOutFormat9950 implements SDKParsable {
    public SDKHDMIOutFormat9950 format;

    private RespGetHDMIOutFormat9950() {
    }

    public RespGetHDMIOutFormat9950(SDKHDMIOutFormat9950 sDKHDMIOutFormat9950) {
        this();
        this.format = sDKHDMIOutFormat9950;
    }

    public SDKHDMIOutFormat9950 getFormat() {
        return this.format;
    }

    public void setFormat(SDKHDMIOutFormat9950 sDKHDMIOutFormat9950) {
        this.format = sDKHDMIOutFormat9950;
    }
}
