com.ksyun.api.sdk.reponse.KscResponse Maven / Gradle / Ivy
package com.ksyun.api.sdk.reponse;
import com.ksyun.api.sdk.exceptions.ClientException;
import com.ksyun.api.sdk.exceptions.ServerException;
import com.ksyun.api.sdk.http.UnmarshallerContext;
public abstract class KscResponse {
public abstract KscResponse getInstance(UnmarshallerContext context) throws ClientException, ServerException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy