@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DvbSdtSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DvbSdtSettings() |
| Modifier and Type | Method and Description |
|---|---|
DvbSdtSettings |
clone() |
boolean |
equals(Object obj) |
String |
getOutputSdt() |
Integer |
getSdtInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
String |
getServiceName()
The service name placed in the service_descriptor in the Service Description Table.
|
String |
getServiceProviderName()
The service provider name placed in the service_descriptor in the Service Description Table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOutputSdt(String outputSdt) |
void |
setSdtInterval(Integer sdtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
void |
setServiceName(String serviceName)
The service name placed in the service_descriptor in the Service Description Table.
|
void |
setServiceProviderName(String serviceProviderName)
The service provider name placed in the service_descriptor in the Service Description Table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DvbSdtSettings |
withOutputSdt(OutputSdt outputSdt) |
DvbSdtSettings |
withOutputSdt(String outputSdt) |
DvbSdtSettings |
withSdtInterval(Integer sdtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
DvbSdtSettings |
withServiceName(String serviceName)
The service name placed in the service_descriptor in the Service Description Table.
|
DvbSdtSettings |
withServiceProviderName(String serviceProviderName)
The service provider name placed in the service_descriptor in the Service Description Table.
|
public DvbSdtSettings withOutputSdt(String outputSdt)
outputSdt - OutputSdtpublic DvbSdtSettings withOutputSdt(OutputSdt outputSdt)
outputSdt - OutputSdtpublic void setSdtInterval(Integer sdtInterval)
sdtInterval - The number of milliseconds between instances of this table in the output transport stream.public Integer getSdtInterval()
public DvbSdtSettings withSdtInterval(Integer sdtInterval)
sdtInterval - The number of milliseconds between instances of this table in the output transport stream.public void setServiceName(String serviceName)
serviceName - The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256
characters.public String getServiceName()
public DvbSdtSettings withServiceName(String serviceName)
serviceName - The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256
characters.public void setServiceProviderName(String serviceProviderName)
serviceProviderName - The service provider name placed in the service_descriptor in the Service Description Table. Maximum
length is 256 characters.public String getServiceProviderName()
public DvbSdtSettings withServiceProviderName(String serviceProviderName)
serviceProviderName - The service provider name placed in the service_descriptor in the Service Description Table. Maximum
length is 256 characters.public String toString()
toString in class ObjectObject.toString()public DvbSdtSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.