BuildResultLogInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.BuildResultLogInner

public final class BuildResultLogInner

Build result log resource properties payload.

Constructor Summary

Constructor Description
BuildResultLogInner()

Creates an instance of BuildResultLogInner class.

Method Summary

Modifier and Type Method and Description
String blobUrl()

Get the blobUrl property: The public download URL of this build result log.

void validate()

Validates the instance.

BuildResultLogInner withBlobUrl(String blobUrl)

Set the blobUrl property: The public download URL of this build result log.

Methods inherited from java.lang.Object

Constructor Details

BuildResultLogInner

public BuildResultLogInner()

Creates an instance of BuildResultLogInner class.

Method Details

blobUrl

public String blobUrl()

Get the blobUrl property: The public download URL of this build result log.

Returns:

the blobUrl value.

validate

public void validate()

Validates the instance.

withBlobUrl

public BuildResultLogInner withBlobUrl(String blobUrl)

Set the blobUrl property: The public download URL of this build result log.

Parameters:

blobUrl - the blobUrl value to set.

Returns:

the BuildResultLogInner object itself.

Applies to