Class ViewApplicationActionEventPageElementWeeklySummary

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

    Java class for ViewApplicationActionEventPageElementWeeklySummary complex type.

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

     <complexType name="ViewApplicationActionEventPageElementWeeklySummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="embeddedId" type="{http://data.application.internal.model.cia.hack23.com/impl}ApplicationActionEventPageElementPeriodSummaryEmbeddedId"/>
             <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:
    Serialized Form