The class Posts will a detailed view of each post made by the users in the application. It contains all the post's information.
city | isReported | keywords | likes | postImageFile | postText | postUser | reportMessage |
---|---|---|---|---|---|---|---|
New York, USA | True | ["2nd","post","from","john","doe"] | 44 | image.jpg | 2nd post from John Doe | WItiVbeGMk | |
Talsano, Italy | False | ["the","best","of","luck"] | 4 | image.jpg | The Best of luck with it is a good one for me and | 6B5g2LnLRq | (undefined) |
(undefined) | False | ["the","sea","cubycode"] | 1 | image.jpg | *The sea | FIXGpMw0dR | (undefined) |
(undefined) | False | ["hwhjw","erez","abou"] | (undefined) | image.jpg | hwhjw | QKQHs06e3G | (undefined) |
Berlin, Germany | False | ["3rd","post","from","john","doe"] | 14 | nature187.jpg | 3rd post from John Doe | WItiVbeGMk | (undefined) |
Melbourne, AU | True | ["post","from","john","doe"] | 23 | tumblr_m935qrMWmp1rqxuyzo1_500.jpg | Post from John Doe | WItiVbeGMk | круто |
Melbourne, AU | False | ["i","have","a","great","day","and","i","am","a","very"] | 12 | image.jpg | I have a great day and I am a very | 6B5g2LnLRq | (undefined) |
San Francisco, USA | True | ["wonderful","waterfall!","lorem","ipse","dictum"] | 20 | nature187.jpg | Wonderful waterfall! lorem ipse dictum quantis prefectum lorem ipse dictum quantis prefectum lorem ipse dictum quantis prefectum lorem ipse dictum quantis prefectum lorem ipse dictum quantis prefectum lorem ipse dictum quantis prefectum lorem ipse dictum | 64qk6N6EdY | it isawesome |
(undefined) | False | ["test","password"] | (undefined) | image.jpg | test | S0GU9DyZUL | (undefined) |
London, UK | False | ["i","been","in","london"] | 16 | image.jpg | I've been in London last summer 😎✌🏼️ | 6B5g2LnLRq | (undefined) |
(undefined) | False | ["voilà","une","photo","erez","abou"] | (undefined) | image.jpg | voilà une photo | QKQHs06e3G | (undefined) |
(undefined) | False | ["test2","test1"] | (undefined) | image.jpg | test2 | BSkX7CuyXC | (undefined) |
(undefined) | False | ["push","testandroid"] | (undefined) | image.jpg | push | FS8puNXoBq | (undefined) |
(undefined) | False | ["this","is","a","test","post","demo","see"] | 1 | image.jpg | this is a test post | ef0rcs5O0o | (undefined) |
(undefined) | False | ["selfie","time","pradeep","gupta"] | (undefined) | image.jpg | Selfie time | rM6n9q6Cbl | (undefined) |
(undefined) | False | ["buy","facebook","stock","at","13.34$","andrei","galbi"] | 3 | image.jpg | Buy Facebook Stock at 13.34$ | N6f0yp8fJ4 | (undefined) |
n/d | False | ["how","are","you","qwerty"] | (undefined) | image.jpg | how are you | CLWSrMDtJ8 | (undefined) |
(undefined) | True | ["hi","1234"] | 1 | image.jpg | Hi | RxrY2lrERj | |
Indore, India | False | ["hiii","iphone","","6s","rohit"] | 0 | image.jpg | hiii iphone 6s | 6k1sztkUiW | (undefined) |
(undefined) | False | ["la","pera..","un","frutto...","o","un","enigma?","#ciao","divieto"] | 1 | image.jpg | La pera.. un frutto... o un enigma? #ciao | GIRjOUcsHf | (undefined) |
The following information about the Posts class of your application:
Here is a quick example of how this class will look like: