このコード スニペットは、sling でページ プロパティを取得することになっています。
このエラーが表示される理由:Please check if the declared type is right
and if the method exists.
private String properties;
public void setProperties(String properties){
this.properties = property;
ValueMap property = (ValueMap) properties.getAttribute("properties");
pageTitle = property.get("pageTitle", "");
}