Package so.prelude.sdk.models
Class LookupLookupResponse.OriginalNetworkInfo
-
- All Implemented Interfaces:
public final class LookupLookupResponse.OriginalNetworkInfo
The original carrier information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
LookupLookupResponse.OriginalNetworkInfo.Builder
A builder for OriginalNetworkInfo.
-
Method Summary
Modifier and Type Method Description final Optional<String>
carrierName()
The name of the original 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.OriginalNetworkInfo.Builder
toBuilder()
final LookupLookupResponse.OriginalNetworkInfo
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static LookupLookupResponse.OriginalNetworkInfo.Builder
builder()
Returns a mutable builder for constructing an instance of OriginalNetworkInfo. -
-
Method Detail
-
carrierName
final Optional<String> carrierName()
The name of the original 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.OriginalNetworkInfo.Builder toBuilder()
-
validate
final LookupLookupResponse.OriginalNetworkInfo validate()
-
builder
final static LookupLookupResponse.OriginalNetworkInfo.Builder builder()
Returns a mutable builder for constructing an instance of OriginalNetworkInfo.
-
-
-
-