@Override public Record toRequestRecord() { return new CheckVersionRequest(getPath(), version); }
public ICheckVersionRequest() { this(new CheckVersionRequest()); }
public ICheckVersionRequest(String path, int version) { this(new CheckVersionRequest(path, version)); }
public ICheckVersionRequest(CheckVersionRequest record) { super(record); }