Interface LogicmoduleMessages.ImportContractRequestOrBuilder

    • Method Detail

      • getAccountID

        String getAccountID()
        string accountID = 1;
        Returns:
        The accountID.
      • getAccountIDBytes

        com.google.protobuf.ByteString getAccountIDBytes()
        string accountID = 1;
        Returns:
        The bytes for accountID.
      • hasCredential

        boolean hasCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        Whether the credential field is set.
      • getCredential

        CommonMessages.Credential getCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        The credential.
      • getNamespaceID

        String getNamespaceID()
        string namespaceID = 3;
        Returns:
        The namespaceID.
      • getNamespaceIDBytes

        com.google.protobuf.ByteString getNamespaceIDBytes()
        string namespaceID = 3;
        Returns:
        The bytes for namespaceID.
      • getContractID

        String getContractID()
        string contractID = 4;
        Returns:
        The contractID.
      • getContractIDBytes

        com.google.protobuf.ByteString getContractIDBytes()
        string contractID = 4;
        Returns:
        The bytes for contractID.