Article Class

public class Article
extends CreativeWork

The Article model.

Constructor Summary

Constructor Description
Article()

Method Summary

Modifier and Type Method and Description
java.lang.Integer wordCount()

Get the wordCount value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Article

public Article()

Method Details

wordCount

public Integer wordCount()

Get the wordCount value.

Returns:

the wordCount value

Applies to