public static final class CookieMngProtos.Cookie extends com.google.protobuf.GeneratedMessage implements CookieMngProtos.CookieOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
CookieMngProtos.Cookie.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DOMAIN_FIELD_NUMBER |
static int |
EXPIRES_FIELD_NUMBER |
static int |
ISHTTPONLY_FIELD_NUMBER |
static int |
ISSECURE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PATH_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static CookieMngProtos.Cookie |
getDefaultInstance() |
CookieMngProtos.Cookie |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDomain() |
int |
getExpires() |
boolean |
getIsHTTPOnly() |
boolean |
getIsSecure() |
String |
getName() |
String |
getPath() |
int |
getSerializedSize() |
String |
getValue() |
boolean |
hasDomain() |
boolean |
hasExpires() |
boolean |
hasIsHTTPOnly() |
boolean |
hasIsSecure() |
boolean |
hasName() |
boolean |
hasPath() |
boolean |
hasValue() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CookieMngProtos.Cookie.Builder |
newBuilder() |
static CookieMngProtos.Cookie.Builder |
newBuilder(CookieMngProtos.Cookie prototype) |
CookieMngProtos.Cookie.Builder |
newBuilderForType() |
protected CookieMngProtos.Cookie.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CookieMngProtos.Cookie |
parseDelimitedFrom(InputStream input) |
static CookieMngProtos.Cookie |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CookieMngProtos.Cookie |
parseFrom(byte[] data) |
static CookieMngProtos.Cookie |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CookieMngProtos.Cookie |
parseFrom(com.google.protobuf.ByteString data) |
static CookieMngProtos.Cookie |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CookieMngProtos.Cookie |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CookieMngProtos.Cookie |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CookieMngProtos.Cookie |
parseFrom(InputStream input) |
static CookieMngProtos.Cookie |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CookieMngProtos.Cookie.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOMAIN_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int EXPIRES_FIELD_NUMBER
public static final int ISSECURE_FIELD_NUMBER
public static final int ISHTTPONLY_FIELD_NUMBER
public static CookieMngProtos.Cookie getDefaultInstance()
public CookieMngProtos.Cookie getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasDomain()
hasDomain in interface CookieMngProtos.CookieOrBuilderpublic String getDomain()
getDomain in interface CookieMngProtos.CookieOrBuilderpublic boolean hasPath()
hasPath in interface CookieMngProtos.CookieOrBuilderpublic String getPath()
getPath in interface CookieMngProtos.CookieOrBuilderpublic boolean hasName()
hasName in interface CookieMngProtos.CookieOrBuilderpublic String getName()
getName in interface CookieMngProtos.CookieOrBuilderpublic boolean hasValue()
hasValue in interface CookieMngProtos.CookieOrBuilderpublic String getValue()
getValue in interface CookieMngProtos.CookieOrBuilderpublic boolean hasExpires()
hasExpires in interface CookieMngProtos.CookieOrBuilderpublic int getExpires()
getExpires in interface CookieMngProtos.CookieOrBuilderpublic boolean hasIsSecure()
hasIsSecure in interface CookieMngProtos.CookieOrBuilderpublic boolean getIsSecure()
getIsSecure in interface CookieMngProtos.CookieOrBuilderpublic boolean hasIsHTTPOnly()
hasIsHTTPOnly in interface CookieMngProtos.CookieOrBuilderpublic boolean getIsHTTPOnly()
getIsHTTPOnly in interface CookieMngProtos.CookieOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static CookieMngProtos.Cookie parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CookieMngProtos.Cookie parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CookieMngProtos.Cookie parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CookieMngProtos.Cookie parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CookieMngProtos.Cookie parseFrom(InputStream input) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CookieMngProtos.Cookie.Builder newBuilder()
public CookieMngProtos.Cookie.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CookieMngProtos.Cookie.Builder newBuilder(CookieMngProtos.Cookie prototype)
public CookieMngProtos.Cookie.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CookieMngProtos.Cookie.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2012. All Rights Reserved.