Package com.lampa.smi.dtoV1
Class EncoderStatsType
- java.lang.Object
-
- com.lampa.smi.dtoV1.EncoderStatsType
-
public class EncoderStatsType extends java.lang.Object
Java class for encoder_statsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encoder_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 EncoderStatsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAverageFps()
Gets the value of the averageFps property.java.lang.Integer
getAverageLatency()
Gets the value of the averageLatency property.java.lang.Integer
getSessionCount()
Gets the value of the sessionCount property.void
setAverageFps(java.lang.String value)
Sets the value of the averageFps property.void
setAverageLatency(java.lang.String value)
Sets the value of the averageLatency property.void
setSessionCount(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
-
-