Class Logging
- java.lang.Object
-
- org.apache.camel.v1.pipespec.integration.traits.Logging
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Logging extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogging.Level
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetColor()ConfigurationgetConfiguration()java.lang.BooleangetEnabled()java.lang.StringgetFormat()java.lang.BooleangetJson()java.lang.BooleangetJsonPrettyPrint()Logging.LevelgetLevel()voidsetColor(java.lang.Boolean color)voidsetConfiguration(Configuration configuration)voidsetEnabled(java.lang.Boolean enabled)voidsetFormat(java.lang.String format)voidsetJson(java.lang.Boolean json)voidsetJsonPrettyPrint(java.lang.Boolean jsonPrettyPrint)voidsetLevel(Logging.Level level)
-
-
-
Method Detail
-
getColor
public java.lang.Boolean getColor()
-
setColor
public void setColor(java.lang.Boolean color)
-
getConfiguration
public Configuration getConfiguration()
-
setConfiguration
public void setConfiguration(Configuration configuration)
-
getEnabled
public java.lang.Boolean getEnabled()
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
getFormat
public java.lang.String getFormat()
-
setFormat
public void setFormat(java.lang.String format)
-
getJson
public java.lang.Boolean getJson()
-
setJson
public void setJson(java.lang.Boolean json)
-
getJsonPrettyPrint
public java.lang.Boolean getJsonPrettyPrint()
-
setJsonPrettyPrint
public void setJsonPrettyPrint(java.lang.Boolean jsonPrettyPrint)
-
getLevel
public Logging.Level getLevel()
-
setLevel
public void setLevel(Logging.Level level)
-
-