java.lang.Object
company.tap.commondependencies.ApiModels.ApiPhone

public class ApiPhone
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    @NotNull java.lang.String country_code  
    @Size(min=5,max=12) @NotNull java.lang.String number  
    java.lang.String type  
  • Constructor Summary

    Constructors
    Constructor Description
    ApiPhone()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • country_code

      @NotNull public @NotNull java.lang.String country_code
    • number

      @Size(min=5, max=12) @NotNull public @Size(min=5,max=12) @NotNull java.lang.String number
    • type

      public java.lang.String type
  • Constructor Details

    • ApiPhone

      public ApiPhone()