public class SegmentationDescriptorRespInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SegmentationDescriptorRespInfo() |
SegmentationDescriptorRespInfo(SegmentationDescriptorRespInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
DeliveryRestrictionsInfo |
getDeliveryRestrictions()
Get Distribution configuration.
|
String |
getDuration()
Get The duration of the segment in 90kHz ticks.
|
Long |
getEventCancelIndicator()
Get Indicates that a previously sent segmentation event, identified by segmentation_event_id, has been cancelled.
|
Long |
getEventID()
Get A 32-bit unique segmentation event identifier.
|
Long |
getExpected()
Get Corresponds to SCTE-35 segment_expected.This field provides a count of the expected number of individual segments within a collection of segments.
|
Long |
getNum()
Get Corresponds to SCTE-35 segment_num。This field provides support for numbering segments within a given collection of segments.
|
Long |
getSubSegmentNum()
Get Corresponds to SCTE-35 sub_segment_num.This field provides identification for a specific sub-segment within a collection of sub-segments.
|
Long |
getSubSegmentsExpected()
Get Corresponds to SCTE-35 sub_segments_expected.This field provides a count of the expected number of individual sub-segments within the collection of sub-segments.
|
Long |
getTypeID()
Get Corresponds to SCTE-35 segmentation_type_id.
|
String |
getUPID()
Get Corresponds to SCTE-35 segmentation_upid.
|
Long |
getUPIDType()
Get Corresponds to SCTE-35 segmentation_upid_type parameter.
|
void |
setDeliveryRestrictions(DeliveryRestrictionsInfo DeliveryRestrictions)
Set Distribution configuration.
|
void |
setDuration(String Duration)
Set The duration of the segment in 90kHz ticks.
|
void |
setEventCancelIndicator(Long EventCancelIndicator)
Set Indicates that a previously sent segmentation event, identified by segmentation_event_id, has been cancelled.
|
void |
setEventID(Long EventID)
Set A 32-bit unique segmentation event identifier.
|
void |
setExpected(Long Expected)
Set Corresponds to SCTE-35 segment_expected.This field provides a count of the expected number of individual segments within a collection of segments.
|
void |
setNum(Long Num)
Set Corresponds to SCTE-35 segment_num。This field provides support for numbering segments within a given collection of segments.
|
void |
setSubSegmentNum(Long SubSegmentNum)
Set Corresponds to SCTE-35 sub_segment_num.This field provides identification for a specific sub-segment within a collection of sub-segments.
|
void |
setSubSegmentsExpected(Long SubSegmentsExpected)
Set Corresponds to SCTE-35 sub_segments_expected.This field provides a count of the expected number of individual sub-segments within the collection of sub-segments.
|
void |
setTypeID(Long TypeID)
Set Corresponds to SCTE-35 segmentation_type_id.
|
void |
setUPID(String UPID)
Set Corresponds to SCTE-35 segmentation_upid.
|
void |
setUPIDType(Long UPIDType)
Set Corresponds to SCTE-35 segmentation_upid_type parameter.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SegmentationDescriptorRespInfo()
public SegmentationDescriptorRespInfo(SegmentationDescriptorRespInfo source)
public Long getEventID()
public void setEventID(Long EventID)
EventID
- A 32-bit unique segmentation event identifier. Only one occurrence of a given segmentation_event_id value shall be active at any one time.public Long getEventCancelIndicator()
public void setEventCancelIndicator(Long EventCancelIndicator)
EventCancelIndicator
- Indicates that a previously sent segmentation event, identified by segmentation_event_id, has been cancelled.public DeliveryRestrictionsInfo getDeliveryRestrictions()
public void setDeliveryRestrictions(DeliveryRestrictionsInfo DeliveryRestrictions)
DeliveryRestrictions
- Distribution configuration.public String getDuration()
public void setDuration(String Duration)
Duration
- The duration of the segment in 90kHz ticks. indicat when the segment will be over and when the next segmentation message will occur.Shall be 0 for end messages.the time signal will continue until insert a cancellation message when not specify the duration.public Long getUPIDType()
public void setUPIDType(Long UPIDType)
UPIDType
- Corresponds to SCTE-35 segmentation_upid_type parameter.public String getUPID()
public void setUPID(String UPID)
UPID
- Corresponds to SCTE-35 segmentation_upid.public Long getTypeID()
public void setTypeID(Long TypeID)
TypeID
- Corresponds to SCTE-35 segmentation_type_id.public Long getNum()
public void setNum(Long Num)
Num
- Corresponds to SCTE-35 segment_num。This field provides support for numbering segments within a given collection of segments.public Long getExpected()
public void setExpected(Long Expected)
Expected
- Corresponds to SCTE-35 segment_expected.This field provides a count of the expected number of individual segments within a collection of segments.public Long getSubSegmentNum()
public void setSubSegmentNum(Long SubSegmentNum)
SubSegmentNum
- Corresponds to SCTE-35 sub_segment_num.This field provides identification for a specific sub-segment within a collection of sub-segments.public Long getSubSegmentsExpected()
public void setSubSegmentsExpected(Long SubSegmentsExpected)
SubSegmentsExpected
- Corresponds to SCTE-35 sub_segments_expected.This field provides a count of the expected number of individual sub-segments within the collection of sub-segments.Copyright © 2024. All rights reserved.