Class SELinuxOptions

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class SELinuxOptions
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    SELinuxOptions are the labels to be applied to the container
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SELinuxOptions.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      SELinuxOptions()  
      SELinuxOptions​(java.lang.String level, java.lang.String role, java.lang.String type, java.lang.String user)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SELinuxOptions.Builder builder()  
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getLevel()
      Level is SELinux level label that applies to the container.
      java.lang.String getRole()
      Role is a SELinux role label that applies to the container.
      java.lang.String getType()
      Type is a SELinux type label that applies to the container.
      java.lang.String getUser()
      User is a SELinux user label that applies to the container.
      int hashCode()  
      void setLevel​(java.lang.String level)
      Level is SELinux level label that applies to the container.
      void setRole​(java.lang.String role)
      Role is a SELinux role label that applies to the container.
      void setType​(java.lang.String type)
      Type is a SELinux type label that applies to the container.
      void setUser​(java.lang.String user)
      User is a SELinux user label that applies to the container.
      SELinuxOptions.Builder toBuilder()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SELinuxOptions

        public SELinuxOptions​(java.lang.String level,
                              java.lang.String role,
                              java.lang.String type,
                              java.lang.String user)
      • SELinuxOptions

        public SELinuxOptions()
    • Method Detail

      • getLevel

        public java.lang.String getLevel()
        Level is SELinux level label that applies to the container.
      • getRole

        public java.lang.String getRole()
        Role is a SELinux role label that applies to the container.
      • getType

        public java.lang.String getType()
        Type is a SELinux type label that applies to the container.
      • getUser

        public java.lang.String getUser()
        User is a SELinux user label that applies to the container.
      • setLevel

        public void setLevel​(java.lang.String level)
        Level is SELinux level label that applies to the container.
      • setRole

        public void setRole​(java.lang.String role)
        Role is a SELinux role label that applies to the container.
      • setType

        public void setType​(java.lang.String type)
        Type is a SELinux type label that applies to the container.
      • setUser

        public void setUser​(java.lang.String user)
        User is a SELinux user label that applies to the container.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object