Class StorageAccessLogBackupConfiguration


  • public class StorageAccessLogBackupConfiguration
    extends java.lang.Object
    Storage accesslog backup configuration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Integer> tenants  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAdminTenant()  
      java.util.List<java.lang.Integer> getTenants()  
      void setAdminTenant​(int adminTenant)  
      void setTenants​(java.util.List<java.lang.Integer> tenants)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tenants

        protected java.util.List<java.lang.Integer> tenants
    • Constructor Detail

      • StorageAccessLogBackupConfiguration

        public StorageAccessLogBackupConfiguration()
        Empty ClientConfiguration constructor for YAMLFactory
    • Method Detail

      • getTenants

        public java.util.List<java.lang.Integer> getTenants()
        Returns:
        list of tenant
      • setTenants

        public void setTenants​(java.util.List<java.lang.Integer> tenants)
        Parameters:
        tenants - to set
      • getAdminTenant

        public int getAdminTenant()
      • setAdminTenant

        public void setAdminTenant​(int adminTenant)