Class ViewApplicationActionEventPageHourlySummary
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.impl.ViewApplicationActionEventPageHourlySummary
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewApplicationActionEventPageHourlySummary") public class ViewApplicationActionEventPageHourlySummary extends java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationActionEventPagePeriodSummaryEmbeddedId
embeddedId
protected long
hits
protected long
rank
protected java.math.BigDecimal
rankPercentage
-
Constructor Summary
Constructors Constructor Description ViewApplicationActionEventPageHourlySummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ApplicationActionEventPagePeriodSummaryEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.long
getHits()
Gets the value of the hits property.long
getRank()
Gets the value of the rank property.java.math.BigDecimal
getRankPercentage()
Gets the value of the rankPercentage property.int
hashCode()
void
setEmbeddedId(ApplicationActionEventPagePeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.void
setHits(long value)
Sets the value of the hits property.void
setRank(long value)
Sets the value of the rank property.void
setRankPercentage(java.math.BigDecimal value)
Sets the value of the rankPercentage property.java.lang.String
toString()
ViewApplicationActionEventPageHourlySummary
withEmbeddedId(ApplicationActionEventPagePeriodSummaryEmbeddedId value)
ViewApplicationActionEventPageHourlySummary
withHits(long value)
ViewApplicationActionEventPageHourlySummary
withRank(long value)
ViewApplicationActionEventPageHourlySummary
withRankPercentage(java.math.BigDecimal value)
-
-
-
Field Detail
-
embeddedId
protected ApplicationActionEventPagePeriodSummaryEmbeddedId embeddedId
-
hits
protected long hits
-
rank
protected long rank
-
rankPercentage
protected java.math.BigDecimal rankPercentage
-
-
Method Detail
-
getEmbeddedId
public ApplicationActionEventPagePeriodSummaryEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
ApplicationActionEventPagePeriodSummaryEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(ApplicationActionEventPagePeriodSummaryEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isApplicationActionEventPagePeriodSummaryEmbeddedId
-
getHits
public long getHits()
Gets the value of the hits property.
-
setHits
public void setHits(long value)
Sets the value of the hits property.
-
getRank
public long getRank()
Gets the value of the rank property.
-
setRank
public void setRank(long value)
Sets the value of the rank property.
-
getRankPercentage
public java.math.BigDecimal getRankPercentage()
Gets the value of the rankPercentage property.- Returns:
- possible object is
BigDecimal
-
setRankPercentage
public void setRankPercentage(java.math.BigDecimal value)
Sets the value of the rankPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
withEmbeddedId
public ViewApplicationActionEventPageHourlySummary withEmbeddedId(ApplicationActionEventPagePeriodSummaryEmbeddedId value)
-
withHits
public ViewApplicationActionEventPageHourlySummary withHits(long value)
-
withRank
public ViewApplicationActionEventPageHourlySummary withRank(long value)
-
withRankPercentage
public ViewApplicationActionEventPageHourlySummary withRankPercentage(java.math.BigDecimal value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-