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

com.ksyun.ks3.service.request.SSECustomerKeyRequest Maven / Gradle / Ivy

package com.ksyun.ks3.service.request;

import com.ksyun.ks3.dto.SSECustomerKey;

/**
 * @author lijunwei[[email protected]]  
 * 
 * @date 2015年4月20日 下午2:15:03
 * 
 * @description 
 **/
public interface SSECustomerKeyRequest {
	public void setSseCustomerKey(SSECustomerKey sseCustomerKey);
	public SSECustomerKey getSseCustomerKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy