LogsInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. fluent. models. LogsInner
- com.
Implements
public final class LogsInner
implements JsonSerializable<LogsInner>
The logs.
Constructor Summary
Constructor | Description |
---|---|
LogsInner() |
Creates an instance of Logs |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
content()
Get the content property: The content of the log. |
static
Logs |
fromJson(JsonReader jsonReader)
Reads an instance of Logs |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Logs |
withContent(String content)
Set the content property: The content of the log. |
Methods inherited from java.lang.Object
Constructor Details
LogsInner
public LogsInner()
Creates an instance of LogsInner class.
Method Details
content
public String content()
Get the content property: The content of the log.
Returns:
fromJson
public static LogsInner fromJson(JsonReader jsonReader)
Reads an instance of LogsInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withContent
public LogsInner withContent(String content)
Set the content property: The content of the log.
Parameters:
Returns:
Applies to
Azure SDK for Java