Package org.ffmpeg.ffprobe
Class LogType
- java.lang.Object
-
- org.ffmpeg.ffprobe.LogType
-
public class LogType extends Object
Java class for logType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="parent_context" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parent_category" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LogType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCategory()Gets the value of the category property.StringgetContext()Gets the value of the context property.IntegergetLevel()Gets the value of the level property.StringgetMessage()Gets the value of the message property.IntegergetParentCategory()Gets the value of the parentCategory property.StringgetParentContext()Gets the value of the parentContext property.voidsetCategory(Integer value)Sets the value of the category property.voidsetContext(String value)Sets the value of the context property.voidsetLevel(Integer value)Sets the value of the level property.voidsetMessage(String value)Sets the value of the message property.voidsetParentCategory(Integer value)Sets the value of the parentCategory property.voidsetParentContext(String value)Sets the value of the parentContext property.
-
-
-
Method Detail
-
getContext
public String getContext()
Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
public void setContext(String value)
Sets the value of the context property.- Parameters:
value- allowed object isString
-
getLevel
public Integer getLevel()
Gets the value of the level property.- Returns:
- possible object is
Integer
-
setLevel
public void setLevel(Integer value)
Sets the value of the level property.- Parameters:
value- allowed object isInteger
-
getCategory
public Integer getCategory()
Gets the value of the category property.- Returns:
- possible object is
Integer
-
setCategory
public void setCategory(Integer value)
Sets the value of the category property.- Parameters:
value- allowed object isInteger
-
getParentContext
public String getParentContext()
Gets the value of the parentContext property.- Returns:
- possible object is
String
-
setParentContext
public void setParentContext(String value)
Sets the value of the parentContext property.- Parameters:
value- allowed object isString
-
getParentCategory
public Integer getParentCategory()
Gets the value of the parentCategory property.- Returns:
- possible object is
Integer
-
setParentCategory
public void setParentCategory(Integer value)
Sets the value of the parentCategory property.- Parameters:
value- allowed object isInteger
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
-