Class ViewApplicationActionEventPageElementHourlySummary
java.lang.Object
com.hack23.cia.model.internal.application.data.impl.ViewApplicationActionEventPageElementHourlySummary
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,java.io.Serializable
@Entity(name="ViewApplicationActionEventPageElementHourlySummary")
public class ViewApplicationActionEventPageElementHourlySummary
extends java.lang.Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewApplicationActionEventPageElementHourlySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewApplicationActionEventPageElementHourlySummary">
<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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected java.math.BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanequals(java.lang.Object obj) Gets the value of the embeddedId property.longgetHits()Gets the value of the hits property.longgetRank()Gets the value of the rank property.java.math.BigDecimalGets the value of the rankPercentage property.final inthashCode()voidSets the value of the embeddedId property.voidsetHits(long value) Sets the value of the hits property.voidsetRank(long value) Sets the value of the rank property.voidsetRankPercentage(java.math.BigDecimal value) Sets the value of the rankPercentage property.final java.lang.StringtoString()withHits(long value) withRank(long value) withRankPercentage(java.math.BigDecimal value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
embeddedId
-
hits
protected long hits -
rank
protected long rank -
rankPercentage
protected java.math.BigDecimal rankPercentage
-
-
Constructor Details
-
ViewApplicationActionEventPageElementHourlySummary
public ViewApplicationActionEventPageElementHourlySummary()
-
-
Method Details
-
getEmbeddedId
Gets the value of the embeddedId property.- Returns:
- possible object is
ApplicationActionEventPageElementPeriodSummaryEmbeddedId
-
setEmbeddedId
Sets the value of the embeddedId property.- Parameters:
value- allowed object isApplicationActionEventPageElementPeriodSummaryEmbeddedId
-
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 ViewApplicationActionEventPageElementHourlySummary withEmbeddedId(ApplicationActionEventPageElementPeriodSummaryEmbeddedId value) -
withHits
-
withRank
-
withRankPercentage
public ViewApplicationActionEventPageElementHourlySummary withRankPercentage(java.math.BigDecimal value) -
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj) - Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCodein classjava.lang.Object
-