BlobPrefix Class

  • java.lang.Object
    • com.azure.storage.blob.models.BlobPrefix

public final class BlobPrefix

The BlobPrefix model.

Constructor Summary

Constructor Description
BlobPrefix()

Method Summary

Modifier and Type Method and Description
String getName()

Get the name property: The Name property.

BlobPrefix setName(String name)

Set the name property: The Name property.

Methods inherited from java.lang.Object

Constructor Details

BlobPrefix

public BlobPrefix()

Method Details

getName

public String getName()

Get the name property: The Name property.

Returns:

the name value.

setName

public BlobPrefix setName(String name)

Set the name property: The Name property.

Parameters:

name - the name value to set.

Returns:

the BlobPrefix object itself.

Applies to