LogFileInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. mysql. fluent. models. LogFileInner
- com.
- com.
public final class LogFileInner
extends ProxyResource
Represents a log file.
Constructor | Description | |
---|---|---|
Log |
Modifier and Type | Method and Description |
---|---|
Offset |
created Get the created |
Offset |
last Get the last |
Long |
size Get the size |
String |
type Get the type property: Type of the log file. |
String |
url()
Get the url property: The url to download the log file from. |
void |
validate()
Validates the instance. |
Log |
with Set the size |
Log |
with Set the type property: Type of the log file. |
Log |
with Set the url property: The url to download the log file from. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
LogFileInner
public LogFileInner()
createdTime
public OffsetDateTime createdTime()
Get the createdTime property: Creation timestamp of the log file.
Returns:
lastModifiedTime
public OffsetDateTime lastModifiedTime()
Get the lastModifiedTime property: Last modified timestamp of the log file.
Returns:
sizeInKB
public Long sizeInKB()
Get the sizeInKB property: Size of the log file.
Returns:
typePropertiesType
public String typePropertiesType()
Get the type property: Type of the log file.
Returns:
url
public String url()
Get the url property: The url to download the log file from.
Returns:
validate
public void validate()
Validates the instance.
withSizeInKB
public LogFileInner withSizeInKB(Long sizeInKB)
Set the sizeInKB property: Size of the log file.
Parameters:
Returns:
withTypePropertiesType
public LogFileInner withTypePropertiesType(String type)
Set the type property: Type of the log file.
Parameters:
Returns:
withUrl
public LogFileInner withUrl(String url)
Set the url property: The url to download the log file from.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: