Package net.corda.data.p2p.mtls
Class MemberAllowedCertificateSubject.Builder
-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder
public class MemberAllowedCertificateSubject.Builder extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
RecordBuilder for MemberAllowedCertificateSubject instances.
-
-
Method Summary
Modifier and Type Method Description String
getSubject()
Gets the value of the 'subject' field. MemberAllowedCertificateSubject.Builder
setSubject(String value)
Sets the value of the 'subject' field. boolean
hasSubject()
Checks whether the 'subject' field has been set. MemberAllowedCertificateSubject.Builder
clearSubject()
Clears the value of the 'subject' field. MemberAllowedCertificateSubject
build()
-
-
Method Detail
-
getSubject
String getSubject()
Gets the value of the 'subject' field. The subject
-
setSubject
MemberAllowedCertificateSubject.Builder setSubject(String value)
Sets the value of the 'subject' field. The subject
- Parameters:
value
- The value of 'subject'.
-
hasSubject
boolean hasSubject()
Checks whether the 'subject' field has been set. The subject
-
clearSubject
MemberAllowedCertificateSubject.Builder clearSubject()
Clears the value of the 'subject' field. The subject
-
build
MemberAllowedCertificateSubject build()
-
-
-
-