public static class ListBlobBlocksResult.Entry extends Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockId()
Gets the client-specified block ID for a block list entry.
|
long |
getBlockLength()
Gets the length in bytes of a block list entry.
|
void |
setBlockId(String blockId)
Reserved for internal use.
|
void |
setBlockLength(long blockLength)
Reserved for internal use.
|
public String getBlockId()
String containing the client-specified block ID for
a block.public void setBlockId(String blockId)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
blockId - A String containing the client-specified block ID
for the block.public long getBlockLength()
public void setBlockLength(long blockLength)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
blockLength - The length of the block in bytes./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/