Interface LogicmoduleMessages.NewClassIDRequestOrBuilder

    • Method Detail

      • hasAccountID

        boolean hasAccountID()
        .dataclay.communication.grpc.common.AccountID accountID = 1;
        Returns:
        Whether the accountID field is set.
      • getAccountID

        CommonMessages.AccountID getAccountID()
        .dataclay.communication.grpc.common.AccountID accountID = 1;
        Returns:
        The 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.
      • getLanguageValue

        int getLanguageValue()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The enum numeric value on the wire for language.
      • getLanguage

        CommonMessages.Langs getLanguage()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The language.
      • getClassName

        String getClassName()
        string className = 4;
        Returns:
        The className.
      • getClassNameBytes

        com.google.protobuf.ByteString getClassNameBytes()
        string className = 4;
        Returns:
        The bytes for className.
      • getNewClassesCount

        int getNewClassesCount()
        map<string, string> newClasses = 5;
      • containsNewClasses

        boolean containsNewClasses​(String key)
        map<string, string> newClasses = 5;
      • getNewClassesMap

        Map<String,​String> getNewClassesMap()
        map<string, string> newClasses = 5;
      • getNewClassesOrDefault

        String getNewClassesOrDefault​(String key,
                                      String defaultValue)
        map<string, string> newClasses = 5;
      • getNewClassesOrThrow

        String getNewClassesOrThrow​(String key)
        map<string, string> newClasses = 5;