Interface NumberLookupResponse


public interface NumberLookupResponse
NumberLookupResponse
  • Method Details

    • getLine

      Line getLine()
      An object containing information about the line type of the number.
      Returns:
      line
    • getSimSwap

      SimSwap getSimSwap()
      An object containing information about the SimSwap verification performed on the number.
      Returns:
      simSwap
    • getVoIPDetection

      VoIPDetection getVoIPDetection()
      An object containing information about the VoIP detection performed on the number.
      Returns:
      voIPDetection
    • getRnd

      Rnd getRnd()
      An object containing information whether number is disconnected.
      Returns:
      rnd
    • getCountryCode

      String getCountryCode()
      ISO 3166-1 alpha-2 two-letter country identifier
      Returns:
      countryCode
    • getTraceId

      String getTraceId()
      The identifier for a trace.
      Returns:
      traceId
    • getNumber

      String getNumber()
      Requested MSISDN in E.164 format.
      Returns:
      number
    • builder

      static NumberLookupResponse.Builder builder()
      Getting builder
      Returns:
      New Builder instance