public User lastName()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/User.java [128:131]


	public User lastName(String value) {
		this.lastName = value;
		return this;
	}