public interface IncidentEventCreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAcknowledge()
optional bool acknowledge = 3; |
java.lang.String |
getComment()
optional string comment = 2; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 2; |
java.lang.String |
getPhid()
Incident PHID
|
com.google.protobuf.ByteString |
getPhidBytes()
Incident PHID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPhid()
Incident PHID
optional string phid = 1;com.google.protobuf.ByteString getPhidBytes()
Incident PHID
optional string phid = 1;java.lang.String getComment()
optional string comment = 2;com.google.protobuf.ByteString getCommentBytes()
optional string comment = 2;boolean getAcknowledge()
optional bool acknowledge = 3;