Package io.gs2.identifier.model
Class SecurityPolicy
java.lang.Object
io.gs2.identifier.model.SecurityPolicy
- All Implemented Interfaces:
IModel,Serializable,Comparable<SecurityPolicy>
public class SecurityPolicy
extends Object
implements IModel, Serializable, Comparable<SecurityPolicy>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SecurityPolicyfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidvoidvoidsetSecurityPolicyId(String securityPolicyId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withPolicy(String policy) withSecurityPolicyId(String securityPolicyId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
SecurityPolicy
public SecurityPolicy()
-
-
Method Details
-
getSecurityPolicyId
-
setSecurityPolicyId
-
withSecurityPolicyId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getPolicy
-
setPolicy
-
withPolicy
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<SecurityPolicy>
-
hashCode
public int hashCode() -
equals
-