public class TranslationMetadata extends Object
| Constructor and Description |
|---|
TranslationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
URI |
getDownloadUri()
The absolute URI from which the translation metadata can be downloaded.
|
MultiformatMessageString |
getFullDescription()
A message string or message format string rendered in multiple formats.
|
String |
getFullName()
The full name associated with the translation metadata.
|
URI |
getInformationUri()
The absolute URI from which information related to the translation metadata can be downloaded.
|
String |
getName()
The name associated with the translation metadata.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
MultiformatMessageString |
getShortDescription()
A message string or message format string rendered in multiple formats.
|
int |
hashCode() |
void |
setDownloadUri(URI downloadUri)
The absolute URI from which the translation metadata can be downloaded.
|
void |
setFullDescription(MultiformatMessageString fullDescription)
A message string or message format string rendered in multiple formats.
|
void |
setFullName(String fullName)
The full name associated with the translation metadata.
|
void |
setInformationUri(URI informationUri)
The absolute URI from which information related to the translation metadata can be downloaded.
|
void |
setName(String name)
The name associated with the translation metadata.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setShortDescription(MultiformatMessageString shortDescription)
A message string or message format string rendered in multiple formats.
|
String |
toString() |
TranslationMetadata |
withDownloadUri(URI downloadUri) |
TranslationMetadata |
withFullDescription(MultiformatMessageString fullDescription) |
TranslationMetadata |
withFullName(String fullName) |
TranslationMetadata |
withInformationUri(URI informationUri) |
TranslationMetadata |
withName(String name) |
TranslationMetadata |
withProperties(PropertyBag properties) |
TranslationMetadata |
withShortDescription(MultiformatMessageString shortDescription) |
public String getName()
public void setName(String name)
public TranslationMetadata withName(String name)
public String getFullName()
public void setFullName(String fullName)
public TranslationMetadata withFullName(String fullName)
public MultiformatMessageString getShortDescription()
public void setShortDescription(MultiformatMessageString shortDescription)
public TranslationMetadata withShortDescription(MultiformatMessageString shortDescription)
public MultiformatMessageString getFullDescription()
public void setFullDescription(MultiformatMessageString fullDescription)
public TranslationMetadata withFullDescription(MultiformatMessageString fullDescription)
public URI getDownloadUri()
public void setDownloadUri(URI downloadUri)
public TranslationMetadata withDownloadUri(URI downloadUri)
public URI getInformationUri()
public void setInformationUri(URI informationUri)
public TranslationMetadata withInformationUri(URI informationUri)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public TranslationMetadata withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.