Uses of Class
com.vidispine.generated.SlaveType
-
-
Uses of SlaveType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SlaveType Modifier and Type Field Description protected List<SlaveType>
SlaveListType. slave
Methods in com.vidispine.generated that return SlaveType Modifier and Type Method Description SlaveType
ObjectFactory. createSlaveType()
Create an instance ofSlaveType
SlaveType
SlaveType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SlaveType
SlaveType. withHostname(String value)
SlaveType
SlaveType. withId(String value)
SlaveType
SlaveType. withLastUpdated(XMLGregorianCalendar value)
SlaveType
SlaveType. withRequestSourceIp(String value)
SlaveType
SlaveType. withSlaveId(String value)
SlaveType
SlaveType. withSlaveInstanceName(String value)
SlaveType
SlaveType. withSlaveIp(String value)
SlaveType
SlaveType. withSlaveMac(String value)
Methods in com.vidispine.generated that return types with arguments of type SlaveType Modifier and Type Method Description List<SlaveType>
SlaveListType. getSlave()
Gets the value of the slave property.Methods in com.vidispine.generated with parameters of type SlaveType Modifier and Type Method Description SlaveListType
SlaveListType. withSlave(SlaveType... values)
Method parameters in com.vidispine.generated with type arguments of type SlaveType Modifier and Type Method Description SlaveListType
SlaveListType. withSlave(Collection<SlaveType> values)
-