类 GetSecurityPolicyResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.lss.model.GetSecurityPolicyResponse
-
- 所有已实现的接口:
Serializable
public class GetSecurityPolicyResponse extends AbstractBceResponse
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetSecurityPolicyResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AntiLeechgetAntiLeech()AuthInfogetAuth()StringgetCreateTime()EncryptiongetEncryption()StringgetName()voidsetAntiLeech(AntiLeech antiLeech)voidsetAuth(AuthInfo auth)voidsetCreateTime(String createTime)voidsetEncryption(Encryption encryption)voidsetName(String name)StringtoString()-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getAuth
public AuthInfo getAuth()
-
setAuth
public void setAuth(AuthInfo auth)
-
getAntiLeech
public AntiLeech getAntiLeech()
-
setAntiLeech
public void setAntiLeech(AntiLeech antiLeech)
-
getEncryption
public Encryption getEncryption()
-
setEncryption
public void setEncryption(Encryption encryption)
-
getCreateTime
public String getCreateTime()
-
setCreateTime
public void setCreateTime(String createTime)
-
-