java.lang.Object
com.iland.core.web.rest.response.vapptemplate.EulaSection

public final class EulaSection extends Object
vApp Template EULA section.
Author:
Cory Snyder
  • Constructor Details

    • EulaSection

      public EulaSection(String info, String license)
      Creates a new EULA section.
      Parameters:
      info - the info field
      license - the license field
  • Method Details

    • getInfo

      public String getInfo()
      Gets the info field of the EULA section.
    • getLicense

      public String getLicense()
      Gets the license field of the EULA section.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object