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

com.ksc.kls.model.KillStreamCacheDetail Maven / Gradle / Ivy

Go to download

The KSC SDK for Java - kls module holds the classes that is used by the individual service clients to interact with KSC Web Services. Users need to depend on live-java-sdk artifact for accessing individual client classes.

The newest version!
package com.ksc.kls.model;

/**
 * Created by yangfan on 2017/5/19.
 */
public class KillStreamCacheDetail {
    private int RetCode;
    private String RetMsg;

    public int getRetCode() {
        return RetCode;
    }

    public void setRetCode(int retCode) {
        RetCode = retCode;
    }

    public String getRetMsg() {
        return RetMsg;
    }

    public void setRetMsg(String retMsg) {
        RetMsg = retMsg;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy