Package so.prelude.sdk.models
Class LookupLookupResponse.NetworkInfo
-
- All Implemented Interfaces:
public final class LookupLookupResponse.NetworkInfo
The current carrier information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
LookupLookupResponse.NetworkInfo.Builder
A builder for NetworkInfo.
-
Method Summary
Modifier and Type Method Description final Optional<String>
carrierName()
The name of the carrier. final Optional<String>
mcc()
Mobile Country Code. final Optional<String>
mnc()
Mobile Network Code. final JsonField<String>
_carrierName()
Returns the raw JSON value of carrierName. final JsonField<String>
_mcc()
Returns the raw JSON value of mcc. final JsonField<String>
_mnc()
Returns the raw JSON value of mnc. final Map<String, JsonValue>
_additionalProperties()
final LookupLookupResponse.NetworkInfo.Builder
toBuilder()
final LookupLookupResponse.NetworkInfo
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static LookupLookupResponse.NetworkInfo.Builder
builder()
Returns a mutable builder for constructing an instance of NetworkInfo. -
-
Method Detail
-
carrierName
final Optional<String> carrierName()
The name of the carrier.
-
_carrierName
final JsonField<String> _carrierName()
Returns the raw JSON value of carrierName.
Unlike carrierName, this method doesn't throw if the JSON field has an unexpected type.
-
_mcc
final JsonField<String> _mcc()
Returns the raw JSON value of mcc.
Unlike mcc, this method doesn't throw if the JSON field has an unexpected type.
-
_mnc
final JsonField<String> _mnc()
Returns the raw JSON value of mnc.
Unlike mnc, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final LookupLookupResponse.NetworkInfo.Builder toBuilder()
-
validate
final LookupLookupResponse.NetworkInfo validate()
-
builder
final static LookupLookupResponse.NetworkInfo.Builder builder()
Returns a mutable builder for constructing an instance of NetworkInfo.
-
-
-
-