public class Target extends Object
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
digest()
Get the digest value.
|
Long |
length()
Get the length value.
|
String |
mediaType()
Get the mediaType value.
|
String |
repository()
Get the repository value.
|
Long |
size()
Get the size value.
|
String |
tag()
Get the tag value.
|
String |
url()
Get the url value.
|
Target |
withDigest(String digest)
Set the digest value.
|
Target |
withLength(Long length)
Set the length value.
|
Target |
withMediaType(String mediaType)
Set the mediaType value.
|
Target |
withRepository(String repository)
Set the repository value.
|
Target |
withSize(Long size)
Set the size value.
|
Target |
withTag(String tag)
Set the tag value.
|
Target |
withUrl(String url)
Set the url value.
|
public String mediaType()
public Target withMediaType(String mediaType)
mediaType - the mediaType value to setpublic Long size()
public Target withSize(Long size)
size - the size value to setpublic String digest()
public Target withDigest(String digest)
digest - the digest value to setpublic Long length()
public Target withLength(Long length)
length - the length value to setpublic String repository()
public Target withRepository(String repository)
repository - the repository value to setpublic String url()
public Target withUrl(String url)
url - the url value to setpublic String tag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/