public interface ExifInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompany()
public abstract String getCompany()company name.
string company = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The company. |
getCompanyBytes()
public abstract ByteString getCompanyBytes()company name.
string company = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for company. |
getCompilationTime()
public abstract Timestamp getCompilationTime()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The compilationTime. |
getCompilationTimeOrBuilder()
public abstract TimestampOrBuilder getCompilationTimeOrBuilder()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEntryPoint()
public abstract long getEntryPoint()entry point.
int64 entry_point = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The entryPoint. |
getFileDescription()
public abstract String getFileDescription()description of a file.
string file_description = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The fileDescription. |
getFileDescriptionBytes()
public abstract ByteString getFileDescriptionBytes()description of a file.
string file_description = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileDescription. |
getOriginalFile()
public abstract String getOriginalFile()original file name.
string original_file = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The originalFile. |
getOriginalFileBytes()
public abstract ByteString getOriginalFileBytes()original file name.
string original_file = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalFile. |
getProduct()
public abstract String getProduct()product name.
string product = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The product. |
getProductBytes()
public abstract ByteString getProductBytes()product name.
string product = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for product. |
hasCompilationTime()
public abstract boolean hasCompilationTime()Compilation time.
.google.protobuf.Timestamp compilation_time = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the compilationTime field is set. |