Class ViewApplicationActionEventPageHourlySummary

java.lang.Object
com.hack23.cia.model.internal.application.data.impl.ViewApplicationActionEventPageHourlySummary
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="ViewApplicationActionEventPageHourlySummary") public class ViewApplicationActionEventPageHourlySummary extends Object implements com.hack23.cia.model.common.api.ModelObject

Java class for ViewApplicationActionEventPageHourlySummary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ViewApplicationActionEventPageHourlySummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="embeddedId" type="{http://data.application.internal.model.cia.hack23.com/impl}ApplicationActionEventPagePeriodSummaryEmbeddedId"/>
         <element name="hits" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="rank" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="rank_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: