-
- All Implemented Interfaces:
-
ai.cheq.sst.android.protobuf.storage.StorageOrBuilder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable
public final class Storage.Builder extends GeneratedMessageLite.Builder<Storage, Storage.Builder> implements StorageOrBuilder
Protobuf type
{@code Storage}
-
-
Method Summary
Modifier and Type Method Description intgetCookiesCount()map<string, string> cookies = 1;booleancontainsCookies(String key)map<string, string> cookies = 1;Storage.BuilderclearCookies()Storage.BuilderremoveCookies(String key)map<string, string> cookies = 1;Map<String, String>getCookies()Use getCookiesMap instead. Map<String, String>getCookiesMap()map<string, string> cookies = 1;StringgetCookiesOrDefault(String key, String defaultValue)map<string, string> cookies = 1;StringgetCookiesOrThrow(String key)map<string, string> cookies = 1;Storage.BuilderputCookies(String key, String value)map<string, string> cookies = 1;Storage.BuilderputAllCookies(Map<String, String> values)map<string, string> cookies = 1;intgetLocalCount()map<string, string> local = 2;booleancontainsLocal(String key)map<string, string> local = 2;Storage.BuilderclearLocal()Storage.BuilderremoveLocal(String key)map<string, string> local = 2;Map<String, String>getLocal()Use getLocalMap instead. Map<String, String>getLocalMap()map<string, string> local = 2;StringgetLocalOrDefault(String key, String defaultValue)map<string, string> local = 2;StringgetLocalOrThrow(String key)map<string, string> local = 2;Storage.BuilderputLocal(String key, String value)map<string, string> local = 2;Storage.BuilderputAllLocal(Map<String, String> values)map<string, string> local = 2;intgetSessionCount()map<string, string> session = 3;booleancontainsSession(String key)map<string, string> session = 3;Storage.BuilderclearSession()Storage.BuilderremoveSession(String key)map<string, string> session = 3;Map<String, String>getSession()Use getSessionMap instead. Map<String, String>getSessionMap()map<string, string> session = 3;StringgetSessionOrDefault(String key, String defaultValue)map<string, string> session = 3;StringgetSessionOrThrow(String key)map<string, string> session = 3;Storage.BuilderputSession(String key, String value)map<string, string> session = 3;Storage.BuilderputAllSession(Map<String, String> values)map<string, string> session = 3;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class ai.cheq.sst.android.protobuf.storage.StorageOrBuilder
containsCookies, containsLocal, containsSession, getCookiesOrDefault, getCookiesOrThrow, getLocalOrDefault, getLocalOrThrow, getSessionOrDefault, getSessionOrThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCookiesCount
int getCookiesCount()
map<string, string> cookies = 1;
-
containsCookies
boolean containsCookies(String key)
map<string, string> cookies = 1;
-
clearCookies
Storage.Builder clearCookies()
-
removeCookies
Storage.Builder removeCookies(String key)
map<string, string> cookies = 1;
-
getCookies
@Deprecated() Map<String, String> getCookies()
Use getCookiesMap instead.
-
getCookiesMap
Map<String, String> getCookiesMap()
map<string, string> cookies = 1;
-
getCookiesOrDefault
String getCookiesOrDefault(String key, String defaultValue)
map<string, string> cookies = 1;
-
getCookiesOrThrow
String getCookiesOrThrow(String key)
map<string, string> cookies = 1;
-
putCookies
Storage.Builder putCookies(String key, String value)
map<string, string> cookies = 1;
-
putAllCookies
Storage.Builder putAllCookies(Map<String, String> values)
map<string, string> cookies = 1;
-
getLocalCount
int getLocalCount()
map<string, string> local = 2;
-
containsLocal
boolean containsLocal(String key)
map<string, string> local = 2;
-
clearLocal
Storage.Builder clearLocal()
-
removeLocal
Storage.Builder removeLocal(String key)
map<string, string> local = 2;
-
getLocal
@Deprecated() Map<String, String> getLocal()
Use getLocalMap instead.
-
getLocalMap
Map<String, String> getLocalMap()
map<string, string> local = 2;
-
getLocalOrDefault
String getLocalOrDefault(String key, String defaultValue)
map<string, string> local = 2;
-
getLocalOrThrow
String getLocalOrThrow(String key)
map<string, string> local = 2;
-
putLocal
Storage.Builder putLocal(String key, String value)
map<string, string> local = 2;
-
putAllLocal
Storage.Builder putAllLocal(Map<String, String> values)
map<string, string> local = 2;
-
getSessionCount
int getSessionCount()
map<string, string> session = 3;
-
containsSession
boolean containsSession(String key)
map<string, string> session = 3;
-
clearSession
Storage.Builder clearSession()
-
removeSession
Storage.Builder removeSession(String key)
map<string, string> session = 3;
-
getSession
@Deprecated() Map<String, String> getSession()
Use getSessionMap instead.
-
getSessionMap
Map<String, String> getSessionMap()
map<string, string> session = 3;
-
getSessionOrDefault
String getSessionOrDefault(String key, String defaultValue)
map<string, string> session = 3;
-
getSessionOrThrow
String getSessionOrThrow(String key)
map<string, string> session = 3;
-
putSession
Storage.Builder putSession(String key, String value)
map<string, string> session = 3;
-
putAllSession
Storage.Builder putAllSession(Map<String, String> values)
map<string, string> session = 3;
-
-
-
-