Class AllowedFlexVolume

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

    public class AllowedFlexVolume
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
    • Constructor Detail

      • AllowedFlexVolume

        public AllowedFlexVolume​(@NonNull
                                 @NonNull java.lang.String driver)
      • AllowedFlexVolume

        public AllowedFlexVolume()
    • Method Detail

      • getDriver

        @NonNull
        public @NonNull java.lang.String getDriver()
        driver is the name of the Flexvolume driver.
      • setDriver

        public void setDriver​(@NonNull
                              @NonNull java.lang.String driver)
        driver is the name of the Flexvolume driver.
      • 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