-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public final class Traits.Address extends ValueMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTraits.Address.Companion
-
Constructor Summary
Constructors Constructor Description Traits.Address()Traits.Address(Map<String, Object> delegate)
-
Method Summary
Modifier and Type Method Description Set<Entry.Map<String, Object>>getEntries()Set<String>getKeys()IntegergetSize()Collection<Object>getValues()Traits.AddressputValue(String key, Object value)final Traits.AddressputCity(String city)final Stringcity()final Traits.AddressputCountry(String country)final Stringcountry()final Traits.AddressputPostalCode(String postalCode)final StringpostalCode()final Traits.AddressputState(String state)final Stringstate()final Traits.AddressputStreet(String street)final Stringstreet()-
Methods inherited from class ai.seinetime.sdk.analytics.Traits.Address
clear, containsKey, containsValue, equals, get, getBoolean, getChar, getDouble, getEnum, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, put, putAll, remove, toJsonObject, toString, toStringMap -
Methods inherited from class ai.seinetime.sdk.internal.ValueMap
compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class kotlin.collections.MutableMap
forEach, getOrDefault -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
putValue
Traits.Address putValue(String key, Object value)
-
putCity
final Traits.Address putCity(String city)
-
putCountry
final Traits.Address putCountry(String country)
-
putPostalCode
final Traits.Address putPostalCode(String postalCode)
-
postalCode
final String postalCode()
-
putState
final Traits.Address putState(String state)
-
putStreet
final Traits.Address putStreet(String street)
-
-
-
-