Class Phone

java.lang.Object
br.com.moip.resource.Phone

public class Phone
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Phone()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAreaCode()  
    java.lang.String getNumber()  
    Phone setAreaCode​(java.lang.String areaCode)  
    Phone setNumber​(java.lang.String number)  

    Methods inherited from class java.lang.Object

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

  • Method Details