UiPath Documentation
activities
latest
false

Atividades do desenvolvedor

Última atualização 21 de abr de 2026

Get Field

UiPath.Java.Activities.GetJavaField

Retorna um campo público de uma variável JavaObject especificada ou de um campo estático público dentro de uma classe.

Observação:

O pacote de atividades Java agora é compatível com o .NET 5 Windows.

Propriedades

Comum
  • DisplayName - The display name of the activity. This field supports only String variables.
Entrada
  • FieldName - The name of the field that you want to return as a JavaObject variable. This field supports only String variables.
Diversos
  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Saída
  • Result - The Java field, stored in a JavaObject variable.
Destino
  • TargetObject - The JavaObject which contains the field you want to retrieve. This field supports only JavaObject variables. Setting a variable in this field disables the TargetType property field.
  • TargetType - The name of the Java class which contains the field you want to retrieve. This field supports only strings and String variables. Setting a variable in this field disables the TargetObject property field.
    Observação:

    The TargetType property must be specified in the form package.name.ClassName. For example, if we have a package called com.package.example which contains the class User.Profile, which we want to use, then the TargetType property should look like com.package.example.User.Profile.

  • Propriedades

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades