Class SenlinPolicy

    • Constructor Detail

      • SenlinPolicy

        public SenlinPolicy()
    • Method Detail

      • getDomain

        public String getDomain()
        Description copied from interface: Policy
        Returns the domain of the policy
        Specified by:
        getDomain in interface Policy
        Returns:
        the domain of the policy
      • getProject

        public String getProject()
        Description copied from interface: Policy
        Returns the project of the policy
        Specified by:
        getProject in interface Policy
        Returns:
        the project of the policy
      • getUser

        public String getUser()
        Description copied from interface: Policy
        Returns the user of the policy
        Specified by:
        getUser in interface Policy
        Returns:
        the user of the policy
      • getData

        public Map<String,​Object> getData()
        Description copied from interface: Policy
        Returns the data of the policy
        Specified by:
        getData in interface Policy
        Returns:
        the data of the policy
      • getSpec

        public Map<String,​Object> getSpec()
        Description copied from interface: Policy
        Returns the spec of the policy
        Specified by:
        getSpec in interface Policy
        Returns:
        the spec of the policy
      • getType

        public String getType()
        Description copied from interface: Policy
        Returns the type of the policy
        Specified by:
        getType in interface Policy
        Returns:
        the type of the policy
      • getCreatedAt

        public Date getCreatedAt()
        Description copied from interface: Policy
        Returns the created at time of the policy
        Specified by:
        getCreatedAt in interface Policy
        Returns:
        the created at time of the policy
      • getUpdatedAt

        public Date getUpdatedAt()
        Description copied from interface: Policy
        Returns the updated at time of the policy
        Specified by:
        getUpdatedAt in interface Policy
        Returns:
        the updated at time of the policy