Class APIThreatProtectionPoliciesDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.APIThreatProtectionPoliciesDTO
-
public class APIThreatProtectionPoliciesDTO extends Object
APIThreatProtectionPoliciesDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description APIThreatProtectionPoliciesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<APIThreatProtectionPoliciesListDTO>getList()Get listinthashCode()APIThreatProtectionPoliciesDTOlist(List<APIThreatProtectionPoliciesListDTO> list)voidsetList(List<APIThreatProtectionPoliciesListDTO> list)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
list
public APIThreatProtectionPoliciesDTO list(List<APIThreatProtectionPoliciesListDTO> list)
-
getList
@Nullable public List<APIThreatProtectionPoliciesListDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<APIThreatProtectionPoliciesListDTO> list)
-
-