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

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

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

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

    private CmdSetRunningTime() {
    }

    public long getMinutes() {
        return this.f2749b;
    }

    public void setMinutes(long j2) {
        this.f2749b = j2;
    }

    public CmdSetRunningTime(long j2) {
        this();
        this.f2749b = j2;
    }
}
