Class PolicyConfiguration


public class PolicyConfiguration extends SerializableEntity
The full policy configuration with settings.
  • Constructor Details

    • PolicyConfiguration

      public PolicyConfiguration()
  • Method Details

    • getCreatedBy

      public Author getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(Author createdBy)
    • getCreatedDate

      public String getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(String createdDate)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • isBlocking

      public Boolean isBlocking()
    • setBlocking

      public void setBlocking(Boolean blocking)
    • isDeleted

      public Boolean isDeleted()
    • setDeleted

      public void setDeleted(Boolean deleted)
    • isEnabled

      public Boolean isEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • isEnterpriseManaged

      public Boolean isEnterpriseManaged()
    • setEnterpriseManaged

      public void setEnterpriseManaged(Boolean enterpriseManaged)
    • getRevision

      public Integer getRevision()
    • setRevision

      public void setRevision(Integer revision)
    • getSettings

      public Object getSettings()
    • setSettings

      public void setSettings(Object settings)
    • getType

      public PolicyTypeRef getType()
    • setType

      public void setType(PolicyTypeRef type)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)