Class LicenseIdRequestBody

    • Constructor Detail

      • LicenseIdRequestBody

        public LicenseIdRequestBody()
        Default constructor
      • LicenseIdRequestBody

        public LicenseIdRequestBody​(LicenseIdRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getLicenseId

        public String getLicenseId()
        Return the unique identifier for the license.
        Returns:
        String identifier
      • setLicenseId

        public void setLicenseId​(String licenseId)
        Set up the unique identifier for the license.
        Parameters:
        licenseId - String identifier
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int hash code