Class ApiPhone
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.Stringcountry_code@Size(min=5,max=12) @NotNull java.lang.Stringnumberjava.lang.Stringtype -
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()
-