293031323334353637
if (r.getPayload() instanceof String) { BlobKey val = new BlobKey((String) r.getPayload()); return new EvaluationResult(val, r); } else { return r.withWarning(ErrorCode.W140); } } }
if (r.getPayload() instanceof String) { PostalAddress val = new PostalAddress((String) r.getPayload()); return new EvaluationResult(val, r); } else { return r.withWarning(ErrorCode.W130); } } }