Class ExceptionJsonTOC.ExceptionJson

    • Constructor Detail

      • ExceptionJson

        public ExceptionJson()
    • Method Detail

      • getLicenseExceptionId

        public String getLicenseExceptionId()
        Returns:
        the licenseExceptionId
      • getReference

        public String getReference()
        Returns:
        the reference
      • isDeprecatedLicenseId

        public boolean isDeprecatedLicenseId()
        Returns:
        the isDeprecatedLicenseId
      • getDetailsUrl

        public String getDetailsUrl()
        Returns:
        the detailsUrl
      • getReferenceNumber

        public int getReferenceNumber()
        Returns:
        the referenceNumber
      • getName

        public String getName()
        Returns:
        the name
      • getSeeAlso

        public List<String> getSeeAlso()
        Returns:
        the seeAlso
      • setReference

        public void setReference​(String reference)
        Parameters:
        reference - the reference to set
      • setDeprecatedLicenseId

        public void setDeprecatedLicenseId​(boolean isDeprecatedLicenseId)
        Parameters:
        isDeprecatedLicenseId - the isDeprecatedLicenseId to set
      • setDetailsUrl

        public void setDetailsUrl​(String detailsUrl)
        Parameters:
        detailsUrl - the detailsUrl to set
      • setReferenceNumber

        public void setReferenceNumber​(int referenceNumber)
        Parameters:
        referenceNumber - the referenceNumber to set
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • setLicenseExceptionId

        public void setLicenseExceptionId​(String licenseExceptionId)
        Parameters:
        licenseExceptionId - the licenseExceptionId to set
      • setSeeAlso

        public void setSeeAlso​(List<String> seeAlso)
        Parameters:
        seeAlso - the seeAlso to set