com.baidubce.services.lss.model
Class SecurityPolicyInfo

java.lang.Object
  extended by com.baidubce.services.lss.model.SecurityPolicyInfo
All Implemented Interfaces:
Serializable

public class SecurityPolicyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SecurityPolicyInfo()
           
 
Method Summary
 AntiLeech getAntiLeech()
           
 AuthInfo getAuth()
           
 String getCreateTime()
           
 Encryption getEncryption()
           
 String getName()
           
 void setAntiLeech(AntiLeech antiLeech)
           
 void setAuth(AuthInfo auth)
           
 void setCreateTime(String createTime)
           
 void setEncryption(Encryption encryption)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityPolicyInfo

public SecurityPolicyInfo()
Method Detail

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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.