All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.arthas.grpcweb.grpc.model.WatchResponseModel Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.taobao.arthas.grpcweb.grpc.model;

import com.taobao.arthas.core.command.model.WatchModel;

public class WatchResponseModel extends WatchModel {

    private long resultId;

    public long getResultId() {
        return resultId;
    }

    public void setResultId(long resultId) {
        this.resultId = resultId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy