Package com.lampa.smi.dtoV1
Class FbcStatsType
- java.lang.Object
-
- com.lampa.smi.dtoV1.FbcStatsType
-
public class FbcStatsType extends java.lang.ObjectJava class for fbc_statsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fbc_statsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="session_count" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="average_fps" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="average_latency" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FbcStatsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAverageFps()Gets the value of the averageFps property.java.lang.IntegergetAverageLatency()Gets the value of the averageLatency property.java.lang.IntegergetSessionCount()Gets the value of the sessionCount property.voidsetAverageFps(java.lang.String value)Sets the value of the averageFps property.voidsetAverageLatency(java.lang.String value)Sets the value of the averageLatency property.voidsetSessionCount(java.lang.String value)Sets the value of the sessionCount property.
-
-
-
Method Detail
-
getSessionCount
public java.lang.Integer getSessionCount()
Gets the value of the sessionCount property.- Returns:
- possible object is
String
-
setSessionCount
public void setSessionCount(java.lang.String value)
Sets the value of the sessionCount property.- Parameters:
value- allowed object isString
-
getAverageFps
public java.lang.Integer getAverageFps()
Gets the value of the averageFps property.- Returns:
- possible object is
String
-
setAverageFps
public void setAverageFps(java.lang.String value)
Sets the value of the averageFps property.- Parameters:
value- allowed object isString
-
getAverageLatency
public java.lang.Integer getAverageLatency()
Gets the value of the averageLatency property.- Returns:
- possible object is
String
-
setAverageLatency
public void setAverageLatency(java.lang.String value)
Sets the value of the averageLatency property.- Parameters:
value- allowed object isString
-
-