public final class ExifInfo extends GeneratedMessage implements ExifInfoOrBuilderExif information.
Protobuf type google.backstory.ExifInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ExifInfoImplements
ExifInfoOrBuilderStatic Fields
COMPANY_FIELD_NUMBER
public static final int COMPANY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
COMPILATION_TIME_FIELD_NUMBER
public static final int COMPILATION_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ENTRY_POINT_FIELD_NUMBER
public static final int ENTRY_POINT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FILE_DESCRIPTION_FIELD_NUMBER
public static final int FILE_DESCRIPTION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ORIGINAL_FILE_FIELD_NUMBER
public static final int ORIGINAL_FILE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PRODUCT_FIELD_NUMBER
public static final int PRODUCT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ExifInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ExifInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ExifInfo.Builder |
|
newBuilder(ExifInfo prototype)
public static ExifInfo.Builder newBuilder(ExifInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ExifInfo |
| Returns | |
|---|---|
| Type | Description |
ExifInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static ExifInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ExifInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ExifInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ExifInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ExifInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ExifInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExifInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ExifInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ExifInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCompany()
public String getCompany()company name.
string company = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The company. |
getCompanyBytes()
public ByteString getCompanyBytes()company name.
string company = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for company. |
getCompilationTime()
public Timestamp getCompilationTime()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationTime. |
getCompilationTimeOrBuilder()
public TimestampOrBuilder getCompilationTimeOrBuilder()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public ExifInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExifInfo |
|
getEntryPoint()
public long getEntryPoint()entry point.
int64 entry_point = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The entryPoint. |
getFileDescription()
public String getFileDescription()description of a file.
string file_description = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The fileDescription. |
getFileDescriptionBytes()
public ByteString getFileDescriptionBytes()description of a file.
string file_description = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileDescription. |
getOriginalFile()
public String getOriginalFile()original file name.
string original_file = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The originalFile. |
getOriginalFileBytes()
public ByteString getOriginalFileBytes()original file name.
string original_file = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalFile. |
getParserForType()
public Parser<ExifInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ExifInfo> |
|
getProduct()
public String getProduct()product name.
string product = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The product. |
getProductBytes()
public ByteString getProductBytes()product name.
string product = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for product. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCompilationTime()
public boolean hasCompilationTime()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ExifInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ExifInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExifInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ExifInfo.Builder |
|
toBuilder()
public ExifInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ExifInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|