Class PojoComplex

java.lang.Object
org.apache.juneau.examples.core.pojo.PojoComplex

public class PojoComplex extends Object
Complex Pojo class.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Bean property getter: id.
      Returns:
      The value of the id property on this bean, or null if it is not set.
    • getInnerPojo

      public Pojo getInnerPojo()
      Bean property getter: innerPojo.
      Returns:
      The value of the innerPojo property on this bean, or null if it is not set.
    • getValues

      Bean property getter: values.
      Returns:
      The value of the values property on this bean, or null if it is not set.