Package org.ffmpeg.ffprobe700
Class LogType
java.lang.Object
org.ffmpeg.ffprobe700.LogType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.Gets the value of the context property.getLevel()Gets the value of the level property.Gets the value of the message property.Gets the value of the parentCategory property.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.voidSets 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.
-
Field Details
-
context
-
level
-
category
-
parentContext
-
parentCategory
-
message
-
-
Constructor Details
-
LogType
public LogType()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isString
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
Integer
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isInteger
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
Integer
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isInteger
-
getParentContext
Gets the value of the parentContext property.- Returns:
- possible object is
String
-
setParentContext
Sets the value of the parentContext property.- Parameters:
value- allowed object isString
-
getParentCategory
Gets the value of the parentCategory property.- Returns:
- possible object is
Integer
-
setParentCategory
Sets the value of the parentCategory property.- Parameters:
value- allowed object isInteger
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-