Class ErrorCodeMetadata


  • public class ErrorCodeMetadata
    extends Object
    Error code meta data data holder.
    Author:
    nhant01, GeorgeLuo
    • Constructor Detail

      • ErrorCodeMetadata

        public ErrorCodeMetadata()
        Default constructor.
    • Method Detail

      • getFormat

        public String getFormat()
        Getting the format.
        Returns:
        returns the format.
      • setFormat

        public void setFormat​(String format)
        Setting the format.
        Parameters:
        format - the format.
      • getSpecificity

        public int getSpecificity()
        Getting the specificity.
        Returns:
        returns the specificity.
      • setSpecificity

        public void setSpecificity​(int specificity)
        Setting the specificity.
        Parameters:
        specificity - the specificity.