public class GetSecurityPolicyResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GetSecurityPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getMetadatapublic String getName()
public void setName(String name)
public AuthInfo getAuth()
public void setAuth(AuthInfo auth)
public AntiLeech getAntiLeech()
public void setAntiLeech(AntiLeech antiLeech)
public Encryption getEncryption()
public void setEncryption(Encryption encryption)
public String getCreateTime()
public void setCreateTime(String createTime)
Copyright © 2020. All rights reserved.