Class ServerSideEncryptionDomain
java.lang.Object
cn.herodotus.oss.dialect.minio.domain.ServerSideEncryptionDomain
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.domain.base.Entity,Serializable
public class ServerSideEncryptionDomain
extends Object
implements cn.herodotus.engine.assistant.definition.domain.base.Entity
Description: 服务端加密域对象
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2023/6/9 12:39
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()getType()voidsetContext(Map<String, String> context) voidsetCustomerKey(String customerKey) voidvoid
-
Constructor Details
-
ServerSideEncryptionDomain
public ServerSideEncryptionDomain()
-
-
Method Details
-
getType
-
setType
-
getCustomerKey
-
setCustomerKey
-
getKeyId
-
setKeyId
-
getContext
-
setContext
-