Packagecom.absentdesign.core.webapis.wordpress
Classpublic class CommentCount
InheritanceCommentCount Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  approved : int
CommentCount
  awaiting_moderation : int
CommentCount
  spam : int
CommentCount
  total_comments : int
CommentCount
Public Methods
 MethodDefined by
 Inherited
getDump():String
WPStruct
 Inherited
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

WPStruct
Property detail
approvedproperty
public var approved:int
awaiting_moderationproperty 
public var awaiting_moderation:int
spamproperty 
public var spam:int
total_commentsproperty 
public var total_comments:int