@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DvbNitSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DvbNitSettings() |
Modifier and Type | Method and Description |
---|---|
DvbNitSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getNetworkId()
The numeric value placed in the Network Information Table (NIT).
|
String |
getNetworkName()
The network name text placed in the network_name_descriptor inside the Network Information Table.
|
Integer |
getNitInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkId(Integer networkId)
The numeric value placed in the Network Information Table (NIT).
|
void |
setNetworkName(String networkName)
The network name text placed in the network_name_descriptor inside the Network Information Table.
|
void |
setNitInterval(Integer nitInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
String |
toString()
Returns a string representation of this object.
|
DvbNitSettings |
withNetworkId(Integer networkId)
The numeric value placed in the Network Information Table (NIT).
|
DvbNitSettings |
withNetworkName(String networkName)
The network name text placed in the network_name_descriptor inside the Network Information Table.
|
DvbNitSettings |
withNitInterval(Integer nitInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
public void setNetworkId(Integer networkId)
networkId
- The numeric value placed in the Network Information Table (NIT).public Integer getNetworkId()
public DvbNitSettings withNetworkId(Integer networkId)
networkId
- The numeric value placed in the Network Information Table (NIT).public void setNetworkName(String networkName)
networkName
- The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum
length is 256 characters.public String getNetworkName()
public DvbNitSettings withNetworkName(String networkName)
networkName
- The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum
length is 256 characters.public void setNitInterval(Integer nitInterval)
nitInterval
- The number of milliseconds between instances of this table in the output transport stream.public Integer getNitInterval()
public DvbNitSettings withNitInterval(Integer nitInterval)
nitInterval
- The number of milliseconds between instances of this table in the output transport stream.public String toString()
toString
in class Object
Object.toString()
public DvbNitSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.