public interface OrganizationUnitOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCertifiersIdentifier()
CertifiersIdentifier is the hash of certificates chain of trust
related to this organizational unit
|
String |
getMspIdentifier()
MSPIdentifier represents the identifier of the MSP this organization unit
refers to
|
com.google.protobuf.ByteString |
getMspIdentifierBytes()
MSPIdentifier represents the identifier of the MSP this organization unit
refers to
|
String |
getOrganizationalUnitIdentifier()
OrganizationUnitIdentifier defines the organizational unit under the
MSP identified with MSPIdentifier
|
com.google.protobuf.ByteString |
getOrganizationalUnitIdentifierBytes()
OrganizationUnitIdentifier defines the organizational unit under the
MSP identified with MSPIdentifier
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMspIdentifier()
MSPIdentifier represents the identifier of the MSP this organization unit refers to
string msp_identifier = 1 [json_name = "mspIdentifier"];
com.google.protobuf.ByteString getMspIdentifierBytes()
MSPIdentifier represents the identifier of the MSP this organization unit refers to
string msp_identifier = 1 [json_name = "mspIdentifier"];
String getOrganizationalUnitIdentifier()
OrganizationUnitIdentifier defines the organizational unit under the MSP identified with MSPIdentifier
string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
com.google.protobuf.ByteString getOrganizationalUnitIdentifierBytes()
OrganizationUnitIdentifier defines the organizational unit under the MSP identified with MSPIdentifier
string organizational_unit_identifier = 2 [json_name = "organizationalUnitIdentifier"];
com.google.protobuf.ByteString getCertifiersIdentifier()
CertifiersIdentifier is the hash of certificates chain of trust related to this organizational unit
bytes certifiers_identifier = 3 [json_name = "certifiersIdentifier"];
Copyright © 2022. All rights reserved.