Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class RecordedHistorySignature.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<RecordedHistorySignature,RecordedHistorySignature.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<RecordedHistorySignature,RecordedHistorySignature.Builder>
com.hedera.hashgraph.sdk.proto.RecordedHistorySignature.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RecordedHistorySignatureOrBuilder,Cloneable
- Enclosing class:
RecordedHistorySignature
public static final class RecordedHistorySignature.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<RecordedHistorySignature,RecordedHistorySignature.Builder>
implements RecordedHistorySignatureOrBuilder
* A signature on some new history recorded at a certain time.Protobuf type
com.hedera.hapi.node.state.history.RecordedHistorySignature-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription* The signature on some new history.* The time at which the signature was recorded.* The signature on some new history.* The time at which the signature was recorded.boolean* The signature on some new history.boolean* The time at which the signature was recorded.* The signature on some new history.mergeSigningTime(Timestamp value) * The time at which the signature was recorded.* The signature on some new history.setHistorySignature(HistorySignature.Builder builderForValue) * The signature on some new history.setSigningTime(Timestamp value) * The time at which the signature was recorded.setSigningTime(Timestamp.Builder builderForValue) * The time at which the signature was recorded.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasSigningTime
public boolean hasSigningTime()* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1;- Specified by:
hasSigningTimein interfaceRecordedHistorySignatureOrBuilder- Returns:
- Whether the signingTime field is set.
-
getSigningTime
* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1;- Specified by:
getSigningTimein interfaceRecordedHistorySignatureOrBuilder- Returns:
- The signingTime.
-
setSigningTime
* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1; -
setSigningTime
* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1; -
mergeSigningTime
* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1; -
clearSigningTime
* The time at which the signature was recorded.
.proto.Timestamp signing_time = 1; -
hasHistorySignature
public boolean hasHistorySignature()* The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2;- Specified by:
hasHistorySignaturein interfaceRecordedHistorySignatureOrBuilder- Returns:
- Whether the historySignature field is set.
-
getHistorySignature
* The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2;- Specified by:
getHistorySignaturein interfaceRecordedHistorySignatureOrBuilder- Returns:
- The historySignature.
-
setHistorySignature
* The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2; -
setHistorySignature
public RecordedHistorySignature.Builder setHistorySignature(HistorySignature.Builder builderForValue) * The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2; -
mergeHistorySignature
* The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2; -
clearHistorySignature
* The signature on some new history.
.com.hedera.hapi.node.state.history.HistorySignature history_signature = 2;
-