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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdUdiGetRequest implements SDKParsable {

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

    public CmdUdiGetRequest() {
    }

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

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

    public CmdUdiGetRequest(String str) {
        this.f3388b = str;
    }
}
