-
public final class CarrierInfoHolds information about the network carrier.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtechnologyprivate final StringcarrierName
-
Constructor Summary
Constructors Constructor Description CarrierInfo(String technology, String carrierName)
-
Method Summary
Modifier and Type Method Description final StringgetTechnology()final StringgetCarrierName()-
-
Method Detail
-
getTechnology
final String getTechnology()
-
getCarrierName
final String getCarrierName()
-
-
-
-