public final class Block extends Object
Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name property: The base64 encoded block ID.
|
int |
getSize()
Get the size property: The block size in bytes.
|
Block |
setName(String name)
Set the name property: The base64 encoded block ID.
|
Block |
setSize(int size)
Set the size property: The block size in bytes.
|
public String getName()
public Block setName(String name)
name
- the name value to set.public int getSize()
public Block setSize(int size)
size
- the size value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.