Class ModelSearchList
java.lang.Object
org.vrspace.server.connect.sketchfab.ModelSearchList
One model returned in search response. Sketchfab response enriched locally, e.g. rigged and gltfModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanModel info in the local database, not part of the sketchfab APIgetName()Not part of the sketchfab API, we set it if the query requested rigged modelgetTags()getUid()getUri()getUser()inthashCode()voidsetAnimationCount(Integer animationCount) voidsetArchives(InlineArchives archives) voidsetCategories(List<ModelCategory> categories) voidsetCommentCount(Integer commentCount) voidsetCreatedAt(String createdAt) voidsetDescription(String description) voidsetEmbedUrl(String embedUrl) voidsetFaceCount(Integer faceCount) voidsetGltfModel(GltfModel gltfModel) Model info in the local database, not part of the sketchfab APIvoidsetIsAgeRestricted(Boolean isAgeRestricted) voidsetIsDownloadable(Boolean isDownloadable) voidsetIsPublished(Boolean isPublished) voidsetLicense(ModelLicense license) voidsetLikeCount(Integer likeCount) voidvoidsetPublishedAt(String publishedAt) voidNot part of the sketchfab API, we set it if the query requested rigged modelvoidsetStaffpickedAt(String staffpickedAt) voidvoidsetThumbnails(ThumbnailsRelated thumbnails) voidvoidvoidsetUser(UserRelated user) voidsetVertexCount(Integer vertexCount) voidsetViewCount(Integer viewCount) voidsetViewerUrl(String viewerUrl) toString()
-
Constructor Details
-
ModelSearchList
public ModelSearchList()
-
-
Method Details
-
getUri
-
getUid
-
getName
-
getStaffpickedAt
-
getViewCount
-
getLikeCount
-
getAnimationCount
-
getViewerUrl
-
getEmbedUrl
-
getCommentCount
-
getIsDownloadable
-
getPublishedAt
-
getTags
-
getCategories
-
getThumbnails
-
getUser
-
getDescription
-
getFaceCount
-
getCreatedAt
-
getVertexCount
-
getIsAgeRestricted
-
getArchives
-
getLicense
-
getIsPublished
-
getRigged
Not part of the sketchfab API, we set it if the query requested rigged model -
getGltfModel
Model info in the local database, not part of the sketchfab API -
setUri
-
setUid
-
setName
-
setStaffpickedAt
-
setViewCount
-
setLikeCount
-
setAnimationCount
-
setViewerUrl
-
setEmbedUrl
-
setCommentCount
-
setIsDownloadable
-
setPublishedAt
-
setTags
-
setCategories
-
setThumbnails
-
setUser
-
setDescription
-
setFaceCount
-
setCreatedAt
-
setVertexCount
-
setIsAgeRestricted
-
setArchives
-
setLicense
-
setIsPublished
-
setRigged
Not part of the sketchfab API, we set it if the query requested rigged model -
setGltfModel
Model info in the local database, not part of the sketchfab API -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-