Class RandomTrackingNumberService

    • Constructor Detail

      • RandomTrackingNumberService

        public RandomTrackingNumberService()
    • Method Detail

      • getNumberLength

        public int getNumberLength()
        Returns:
        the numberLength
      • setNumberLength

        public void setNumberLength​(int numberLength)
        Parameters:
        numberLength - the numberLength to set
      • getCharacterValues

        public String getCharacterValues()
        Returns:
        the characterValues
      • setCharacterValues

        public void setCharacterValues​(String characterValues)
        Parameters:
        characterValues - the characterValues to set
      • getEnsureUnique

        public Boolean getEnsureUnique()
        Returns:
        the ensureUnique
      • setEnsureUnique

        public void setEnsureUnique​(Boolean ensureUnique)
        Parameters:
        ensureUnique - the ensureUnique to set
      • getBadWordList

        public String getBadWordList()
        Return the bad word list.
        Returns:
        the bad word list
        Since:
        4.1.0
      • setBadWordList

        public void setBadWordList​(String value)
        Set the bad word list.
        Parameters:
        value - the bad word list value to set
        Since:
        4.1.0
      • getCheckBadWordList

        public Boolean getCheckBadWordList()
        Return whether to check for bad word in the bad word list
        Returns:
        whether to check for bad word in the bad word list
        Since:
        5.1.0
      • setCheckBadWordList

        public void setCheckBadWordList​(Boolean checkBadWordList)
        Set the flag whether to check for bad word in the bad word list
        Parameters:
        checkBadWordList - the flag whether to check for bad word in the bad word list
        Since:
        5.1.0