Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface WrapsMessageDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
WrapsMessageDetails,WrapsMessageDetails.Builder
@Generated
public interface WrapsMessageDetailsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString* The message itself.getPhase()* The phase of the construction the message applies to.int* The phase of the construction the message applies to.* The time at which the message was published.boolean* The time at which the message was published.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasPublicationTime
boolean hasPublicationTime()* The time at which the message was published.
.proto.Timestamp publication_time = 1;- Returns:
- Whether the publicationTime field is set.
-
getPublicationTime
Timestamp getPublicationTime()* The time at which the message was published.
.proto.Timestamp publication_time = 1;- Returns:
- The publicationTime.
-
getPhaseValue
int getPhaseValue()* The phase of the construction the message applies to.
.com.hedera.hapi.node.state.history.WrapsPhase phase = 2;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
WrapsPhase getPhase()* The phase of the construction the message applies to.
.com.hedera.hapi.node.state.history.WrapsPhase phase = 2;- Returns:
- The phase.
-
getMessage
com.google.protobuf.ByteString getMessage()* The message itself.
bytes message = 3;- Returns:
- The message.
-