LogFileInner Class

public final class LogFileInner
extends ProxyResource

Represents a log file.

Constructor Summary

Constructor Description
LogFileInner()

Method Summary

Modifier and Type Method and Description
OffsetDateTime createdTime()

Get the createdTime property: Creation timestamp of the log file.

OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: Last modified timestamp of the log file.

Long sizeInKB()

Get the sizeInKB property: Size of the log file.

String typePropertiesType()

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.

LogFileInner withSizeInKB(Long sizeInKB)

Set the sizeInKB property: Size of the log file.

LogFileInner withTypePropertiesType(String type)

Set the type property: Type of the log file.

LogFileInner withUrl(String url)

Set the url property: The url to download the log file from.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

LogFileInner

public LogFileInner()

Method Details

createdTime

public OffsetDateTime createdTime()

Get the createdTime property: Creation timestamp of the log file.

Returns:

the createdTime value.

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: Last modified timestamp of the log file.

Returns:

the lastModifiedTime value.

sizeInKB

public Long sizeInKB()

Get the sizeInKB property: Size of the log file.

Returns:

the sizeInKB value.

typePropertiesType

public String typePropertiesType()

Get the type property: Type of the log file.

Returns:

the type value.

url

public String url()

Get the url property: The url to download the log file from.

Returns:

the url value.

validate

public void validate()

Validates the instance.

withSizeInKB

public LogFileInner withSizeInKB(Long sizeInKB)

Set the sizeInKB property: Size of the log file.

Parameters:

sizeInKB - the sizeInKB value to set.

Returns:

the LogFileInner object itself.

withTypePropertiesType

public LogFileInner withTypePropertiesType(String type)

Set the type property: Type of the log file.

Parameters:

type - the type value to set.

Returns:

the LogFileInner object itself.

withUrl

public LogFileInner withUrl(String url)

Set the url property: The url to download the log file from.

Parameters:

url - the url value to set.

Returns:

the LogFileInner object itself.

Applies to

Azure SDK for Java

Latest