Package com.bandwidth.sdk.model
Class ConferenceRecordingMetadata
java.lang.Object
com.bandwidth.sdk.model.ConferenceRecordingMetadata
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.6.0")
public class ConferenceRecordingMetadata
extends Object
ConferenceRecordingMetadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconferenceId
(String conferenceId) endTime
(OffsetDateTime endTime) boolean
fileFormat
(FileFormatEnum fileFormat) static ConferenceRecordingMetadata
Create an instance of ConferenceRecordingMetadata given an JSON stringThe user account associated with the call.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Always `1` for conference recordings; multi-channel recordings are not supported on conferences.The unique, Bandwidth-generated ID of the conference that was recordedThe duration of the recording in ISO-8601 formatThe time that the recording ended in ISO-8601 formatGet fileFormatThe URL that can be used to download the recording.getName()
The user-specified name of the conference that was recordedThe unique ID of this recordingA name to identify this recording.Time the call was started, in ISO 8601 format.The current status of the process.int
hashCode()
putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.recordingId
(String recordingId) recordingName
(String recordingName) void
setAccountId
(String accountId) void
setChannels
(Integer channels) void
setConferenceId
(String conferenceId) void
setDuration
(String duration) void
setEndTime
(OffsetDateTime endTime) void
setFileFormat
(FileFormatEnum fileFormat) void
setMediaUrl
(URI mediaUrl) void
void
setRecordingId
(String recordingId) void
setRecordingName
(String recordingName) void
setStartTime
(OffsetDateTime startTime) void
startTime
(OffsetDateTime startTime) toJson()
Convert an instance of ConferenceRecordingMetadata to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_CONFERENCE_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_RECORDING_ID
- See Also:
-
SERIALIZED_NAME_DURATION
- See Also:
-
SERIALIZED_NAME_CHANNELS
- See Also:
-
SERIALIZED_NAME_START_TIME
- See Also:
-
SERIALIZED_NAME_END_TIME
- See Also:
-
SERIALIZED_NAME_FILE_FORMAT
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_MEDIA_URL
- See Also:
-
SERIALIZED_NAME_RECORDING_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ConferenceRecordingMetadata
public ConferenceRecordingMetadata()
-
-
Method Details
-
accountId
-
getAccountId
The user account associated with the call.- Returns:
- accountId
-
setAccountId
-
conferenceId
-
getConferenceId
The unique, Bandwidth-generated ID of the conference that was recorded- Returns:
- conferenceId
-
setConferenceId
-
name
-
getName
The user-specified name of the conference that was recorded- Returns:
- name
-
setName
-
recordingId
-
getRecordingId
The unique ID of this recording- Returns:
- recordingId
-
setRecordingId
-
duration
-
getDuration
The duration of the recording in ISO-8601 format- Returns:
- duration
-
setDuration
-
channels
-
getChannels
Always `1` for conference recordings; multi-channel recordings are not supported on conferences.- Returns:
- channels
-
setChannels
-
startTime
-
getStartTime
Time the call was started, in ISO 8601 format.- Returns:
- startTime
-
setStartTime
-
endTime
-
getEndTime
The time that the recording ended in ISO-8601 format- Returns:
- endTime
-
setEndTime
-
fileFormat
-
getFileFormat
Get fileFormat- Returns:
- fileFormat
-
setFileFormat
-
status
-
getStatus
The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values.- Returns:
- status
-
setStatus
-
mediaUrl
-
getMediaUrl
The URL that can be used to download the recording. Only present if the recording is finished and may be downloaded.- Returns:
- mediaUrl
-
setMediaUrl
-
recordingName
-
getRecordingName
A name to identify this recording.- Returns:
- recordingName
-
setRecordingName
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key
- name of the propertyvalue
- value of the property- Returns:
- the ConferenceRecordingMetadata instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key
- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to ConferenceRecordingMetadata
-
fromJson
Create an instance of ConferenceRecordingMetadata given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ConferenceRecordingMetadata
- Throws:
IOException
- if the JSON string is invalid with respect to ConferenceRecordingMetadata
-
toJson
Convert an instance of ConferenceRecordingMetadata to an JSON string- Returns:
- JSON string
-