Interface VerifiedSignatureOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- VerifiedSignature,- VerifiedSignature.Builder
public interface VerifiedSignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionstring filter = 7;com.google.protobuf.ByteStringstring filter = 7;booleanbool is_valid = 6;string signature_name = 1;com.google.protobuf.ByteStringstring signature_name = 1;string signing_contact = 2;com.google.protobuf.ByteStringstring signing_contact = 2;com.google.protobuf.Timestamp.google.protobuf.Timestamp signing_date = 5;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp signing_date = 5;string signing_location = 4;com.google.protobuf.ByteStringstring signing_location = 4;string signing_reason = 3;com.google.protobuf.ByteStringstring signing_reason = 3;boolean.google.protobuf.Timestamp signing_date = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getSignatureNameString getSignatureName()string signature_name = 1;- Returns:
- The signatureName.
 
- 
getSignatureNameBytescom.google.protobuf.ByteString getSignatureNameBytes()string signature_name = 1;- Returns:
- The bytes for signatureName.
 
- 
getSigningContactString getSigningContact()string signing_contact = 2;- Returns:
- The signingContact.
 
- 
getSigningContactBytescom.google.protobuf.ByteString getSigningContactBytes()string signing_contact = 2;- Returns:
- The bytes for signingContact.
 
- 
getSigningReasonString getSigningReason()string signing_reason = 3;- Returns:
- The signingReason.
 
- 
getSigningReasonBytescom.google.protobuf.ByteString getSigningReasonBytes()string signing_reason = 3;- Returns:
- The bytes for signingReason.
 
- 
getSigningLocationString getSigningLocation()string signing_location = 4;- Returns:
- The signingLocation.
 
- 
getSigningLocationBytescom.google.protobuf.ByteString getSigningLocationBytes()string signing_location = 4;- Returns:
- The bytes for signingLocation.
 
- 
hasSigningDateboolean hasSigningDate().google.protobuf.Timestamp signing_date = 5;- Returns:
- Whether the signingDate field is set.
 
- 
getSigningDatecom.google.protobuf.Timestamp getSigningDate().google.protobuf.Timestamp signing_date = 5;- Returns:
- The signingDate.
 
- 
getSigningDateOrBuildercom.google.protobuf.TimestampOrBuilder getSigningDateOrBuilder().google.protobuf.Timestamp signing_date = 5;
- 
getIsValidboolean getIsValid()bool is_valid = 6;- Returns:
- The isValid.
 
- 
getFilterString getFilter()string filter = 7;- Returns:
- The filter.
 
- 
getFilterBytescom.google.protobuf.ByteString getFilterBytes()string filter = 7;- Returns:
- The bytes for filter.
 
 
-