Class LogsInner
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.fluent.models.LogsInner
-
public final class LogsInner extends Object
The logs.
-
-
Constructor Summary
Constructors Constructor Description LogsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcontent()Get the content property: The content of the log.voidvalidate()Validates the instance.LogsInnerwithContent(String content)Set the content property: The content of the log.
-
-
-
Method Detail
-
content
public String content()
Get the content property: The content of the log.- Returns:
- the content value.
-
withContent
public LogsInner withContent(String content)
Set the content property: The content of the log.- Parameters:
content- the content value to set.- Returns:
- the LogsInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-