TranslationMetadata

Provides additional metadata related to translation.

Constructors

Link copied to clipboard
constructor()
No args constructor for use in serialization
constructor(name: String)

Properties

Link copied to clipboard
@SerializedName(value = "downloadUri")
@Expose
open var downloadUri: URI
The absolute URI from which the translation metadata can be downloaded.
Link copied to clipboard
@SerializedName(value = "fullDescription")
@Expose
open var fullDescription: MultiformatMessageString
A message string or message format string rendered in multiple formats.
Link copied to clipboard
@SerializedName(value = "fullName")
@Expose
open var fullName: String
The full name associated with the translation metadata.
Link copied to clipboard
@SerializedName(value = "informationUri")
@Expose
open var informationUri: URI
The absolute URI from which information related to the translation metadata can be downloaded.
Link copied to clipboard
@SerializedName(value = "name")
@Expose
open var name: String
The name associated with the translation metadata.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "shortDescription")
@Expose
open var shortDescription: MultiformatMessageString
A message string or message format string rendered in multiple formats.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
open fun withDownloadUri(downloadUri: URI): TranslationMetadata
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withInformationUri(informationUri: URI): TranslationMetadata
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard