package com.ifpdos.sdk.udi.opensdk.model.system;

import d.a.a.n.b;

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

    @b(name = "orientation")
    public OrientationEnum orientation;

    @b(name = "path")
    public String path;

    public OrientationPathBody() {
    }

    public OrientationPathBody(String str, OrientationEnum orientationEnum) {
        this.path = str;
        this.orientation = orientationEnum;
    }
}
