package com.seewo.sdk.internal.command.common;

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

/* JADX INFO: loaded from: classes.dex */
public class CmdUdiPostRequest implements SDKParsable {
    private String b;

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

    public CmdUdiPostRequest() {
    }

    public String getBody() {
        return this.f314e;
    }

    public String getUrl() {
        return this.b;
    }

    public void setBody(String str) {
        this.f314e = str;
    }

    public void setUrl(String str) {
        this.b = str;
    }

    public CmdUdiPostRequest(String str, String str2) {
        this.b = str;
        this.f314e = str2;
    }
}
