Class PolicyConfiguration


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

    • PolicyConfiguration

      public PolicyConfiguration()
  • Method Details

    • get_links

      public Object get_links()
    • set_links

      public void set_links(Object _links)
    • 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)
    • getIsBlocking

      public Boolean getIsBlocking()
    • setIsBlocking

      public void setIsBlocking(Boolean isBlocking)
    • getIsDeleted

      public Boolean getIsDeleted()
    • setIsDeleted

      public void setIsDeleted(Boolean isDeleted)
    • getIsEnabled

      public Boolean getIsEnabled()
    • setIsEnabled

      public void setIsEnabled(Boolean isEnabled)
    • getIsEnterpriseManaged

      public Boolean getIsEnterpriseManaged()
    • setIsEnterpriseManaged

      public void setIsEnterpriseManaged(Boolean isEnterpriseManaged)
    • 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)