Class Network


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

      Constructors 
      Constructor Description
      Network()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getCurrency()  
      java.lang.String getMcc()  
      java.lang.String getMnc()  
      java.lang.String getName()  
      java.math.BigDecimal getPrice()  
      com.nexmo.client.account.Network.Type getType()  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getType

        public com.nexmo.client.account.Network.Type getType()
      • getPrice

        public java.math.BigDecimal getPrice()
      • getMcc

        public java.lang.String getMcc()
      • getMnc

        public java.lang.String getMnc()
      • getCode

        public java.lang.String getCode()
      • getName

        public java.lang.String getName()