public static interface ExternalSystem.TicketInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignee()
The assignee of the ticket in the ticket system.
|
com.google.protobuf.ByteString |
getAssigneeBytes()
The assignee of the ticket in the ticket system.
|
String |
getDescription()
The description of the ticket in the ticket system.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the ticket in the ticket system.
|
String |
getId()
The identifier of the ticket in the ticket system.
|
com.google.protobuf.ByteString |
getIdBytes()
The identifier of the ticket in the ticket system.
|
String |
getStatus()
The latest status of the ticket, as reported by the ticket system.
|
com.google.protobuf.ByteString |
getStatusBytes()
The latest status of the ticket, as reported by the ticket system.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The time when the ticket was last updated, as reported by the ticket
system.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time when the ticket was last updated, as reported by the ticket
system.
|
String |
getUri()
The link to the ticket in the ticket system.
|
com.google.protobuf.ByteString |
getUriBytes()
The link to the ticket in the ticket system.
|
boolean |
hasUpdateTime()
The time when the ticket was last updated, as reported by the ticket
system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
The identifier of the ticket in the ticket system.
string id = 1;com.google.protobuf.ByteString getIdBytes()
The identifier of the ticket in the ticket system.
string id = 1;String getAssignee()
The assignee of the ticket in the ticket system.
string assignee = 2;com.google.protobuf.ByteString getAssigneeBytes()
The assignee of the ticket in the ticket system.
string assignee = 2;String getDescription()
The description of the ticket in the ticket system.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
The description of the ticket in the ticket system.
string description = 3;String getUri()
The link to the ticket in the ticket system.
string uri = 4;com.google.protobuf.ByteString getUriBytes()
The link to the ticket in the ticket system.
string uri = 4;String getStatus()
The latest status of the ticket, as reported by the ticket system.
string status = 5;com.google.protobuf.ByteString getStatusBytes()
The latest status of the ticket, as reported by the ticket system.
string status = 5;boolean hasUpdateTime()
The time when the ticket was last updated, as reported by the ticket system.
.google.protobuf.Timestamp update_time = 6;com.google.protobuf.Timestamp getUpdateTime()
The time when the ticket was last updated, as reported by the ticket system.
.google.protobuf.Timestamp update_time = 6;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the ticket was last updated, as reported by the ticket system.
.google.protobuf.Timestamp update_time = 6;Copyright © 2024 Google LLC. All rights reserved.