Class PojoComplex
java.lang.Object
org.apache.juneau.examples.core.pojo.PojoComplex
Complex Pojo class.
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
getId
Bean property getter:id .- Returns:
- The value of the
id property on this bean, ornull if it is not set.
-
getInnerPojo
Bean property getter:innerPojo .- Returns:
- The value of the
innerPojo property on this bean, ornull if it is not set.
-
getValues
Bean property getter:values .- Returns:
- The value of the
values property on this bean, ornull if it is not set.
-