Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.user.test.configurations.auxiliary.Id.Id ( String  id)

Definition at line 13 of file Id.java.

Referenced by com.griddynamics.jagger.user.test.configurations.auxiliary.Id.of().

13  {
14  if (StringUtils.isEmpty(id)) {
15  throw new IllegalArgumentException("Id must be not-null and non-empty");
16  }
17  this.id = id;
18  }

Here is the caller graph for this function: