private String typeName; private String updatedAt; private String photoPath; private String objectId; private String createdAt; private String title; private String typeInfo; private String community_id; public String getTypeName() { return typeName; } public void setTypeName(String typeName) { this.typeName = typeName; } public String getUpdatedAt() { return updatedAt; } public void setUpdatedAt(String updatedAt) { this.updatedAt = updatedAt; } public String getPhotoPath() { return photoPath; } public void setPhotoPath(String photoPath) { this.photoPath = photoPath; } public String getObjectId() { return objectId; } public void setObjectId(String objectId) { this.objectId = objectId; } public String getCreatedAt() { return createdAt; } public void setCreatedAt(String createdAt) { this.createdAt = createdAt; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getTypeInfo() { return typeInfo; } public void setTypeInfo(String typeInfo) { this.typeInfo = typeInfo; } public String getCommunity_id() { return community_id; } public void setCommunity_id(String community_id) { this.community_id = community_id; }