public final class TranslationsGetTranslatorFormatsResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
couldBeAssembly |
True if the format can contain an assembly
|
String |
name |
Name of translation format
|
String |
translatorName |
For internal use
|
Boolean |
validDestinationFormat |
True if the format is valid as a destination format for translation.
|
Boolean |
validSourceFormat |
True if the format is valid as an input to translation
|
| Constructor | Description |
|---|---|
TranslationsGetTranslatorFormatsResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCouldBeAssembly() |
Get True if the format can contain an assembly
|
String |
getName() |
Get Name of translation format
|
String |
getTranslatorName() |
Get For internal use
|
Boolean |
getValidDestinationFormat() |
Get True if the format is valid as a destination format for translation.
|
Boolean |
getValidSourceFormat() |
Get True if the format is valid as an input to translation
|
String |
toString() |
getOtherPropertiespublic String translatorName
public String name
public Boolean couldBeAssembly
public Boolean validSourceFormat
public Boolean validDestinationFormat
public TranslationsGetTranslatorFormatsResponseItems()
public final String getTranslatorName()
public final String getName()
public final Boolean getCouldBeAssembly()
public final Boolean getValidSourceFormat()
public final Boolean getValidDestinationFormat()
Copyright © 2021. All rights reserved.