类 SecurityPolicy
- java.lang.Object
-
- com.baidubce.services.lss.model.SecurityPolicy
-
public class SecurityPolicy extends Object
-
-
构造器概要
构造器 构造器 说明 SecurityPolicy()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AntiLeechgetAntiLeech()AuthInfogetAuth()EncryptiongetEncryption()StringgetName()voidsetAntiLeech(AntiLeech antiLeech)voidsetAuth(AuthInfo auth)voidsetEncryption(Encryption encryption)voidsetName(String name)StringtoString()SecurityPolicywithAntiLeech(AntiLeech antiLeech)SecurityPolicywithAuth(AuthInfo auth)SecurityPolicywithEncryption(Encryption encryption)SecurityPolicywithName(String name)
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
withName
public SecurityPolicy withName(String name)
-
getAuth
public AuthInfo getAuth()
-
setAuth
public void setAuth(AuthInfo auth)
-
withAuth
public SecurityPolicy withAuth(AuthInfo auth)
-
getAntiLeech
public AntiLeech getAntiLeech()
-
setAntiLeech
public void setAntiLeech(AntiLeech antiLeech)
-
withAntiLeech
public SecurityPolicy withAntiLeech(AntiLeech antiLeech)
-
getEncryption
public Encryption getEncryption()
-
setEncryption
public void setEncryption(Encryption encryption)
-
withEncryption
public SecurityPolicy withEncryption(Encryption encryption)
-
-