public class SlaveAuthType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SlaveAuthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlaveAuthType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="slaveId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="slaveIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="slaveMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requestSourceIp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slaveInstanceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="licenseStatus" type="{http://xml.vidispine.com/schema/vidispine}VersionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected VersionType |
licenseStatus |
protected String |
requestSourceIp |
protected String |
slaveId |
protected String |
slaveInstanceName |
protected String |
slaveIp |
protected String |
slaveMac |
| Constructor and Description |
|---|
SlaveAuthType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getHostname()
Gets the value of the hostname property.
|
VersionType |
getLicenseStatus()
Gets the value of the licenseStatus property.
|
String |
getRequestSourceIp()
Gets the value of the requestSourceIp property.
|
String |
getSlaveId()
Gets the value of the slaveId property.
|
String |
getSlaveInstanceName()
Gets the value of the slaveInstanceName property.
|
String |
getSlaveIp()
Gets the value of the slaveIp property.
|
String |
getSlaveMac()
Gets the value of the slaveMac property.
|
boolean |
isSetHostname() |
boolean |
isSetLicenseStatus() |
boolean |
isSetRequestSourceIp() |
boolean |
isSetSlaveId() |
boolean |
isSetSlaveInstanceName() |
boolean |
isSetSlaveIp() |
boolean |
isSetSlaveMac() |
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setLicenseStatus(VersionType value)
Sets the value of the licenseStatus property.
|
void |
setRequestSourceIp(String value)
Sets the value of the requestSourceIp property.
|
void |
setSlaveId(String value)
Sets the value of the slaveId property.
|
void |
setSlaveInstanceName(String value)
Sets the value of the slaveInstanceName property.
|
void |
setSlaveIp(String value)
Sets the value of the slaveIp property.
|
void |
setSlaveMac(String value)
Sets the value of the slaveMac property.
|
SlaveAuthType |
withHostname(String value) |
SlaveAuthType |
withLicenseStatus(VersionType value) |
SlaveAuthType |
withRequestSourceIp(String value) |
SlaveAuthType |
withSlaveId(String value) |
SlaveAuthType |
withSlaveInstanceName(String value) |
SlaveAuthType |
withSlaveIp(String value) |
SlaveAuthType |
withSlaveMac(String value) |
protected String slaveId
protected String slaveIp
protected String slaveMac
protected String requestSourceIp
protected String slaveInstanceName
protected String hostname
protected VersionType licenseStatus
public String getSlaveId()
Stringpublic void setSlaveId(String value)
value - allowed object is
Stringpublic boolean isSetSlaveId()
public String getSlaveIp()
Stringpublic void setSlaveIp(String value)
value - allowed object is
Stringpublic boolean isSetSlaveIp()
public String getSlaveMac()
Stringpublic void setSlaveMac(String value)
value - allowed object is
Stringpublic boolean isSetSlaveMac()
public String getRequestSourceIp()
Stringpublic void setRequestSourceIp(String value)
value - allowed object is
Stringpublic boolean isSetRequestSourceIp()
public String getSlaveInstanceName()
Stringpublic void setSlaveInstanceName(String value)
value - allowed object is
Stringpublic boolean isSetSlaveInstanceName()
public String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic boolean isSetHostname()
public VersionType getLicenseStatus()
VersionTypepublic void setLicenseStatus(VersionType value)
value - allowed object is
VersionTypepublic boolean isSetLicenseStatus()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SlaveAuthType withSlaveId(String value)
public SlaveAuthType withSlaveIp(String value)
public SlaveAuthType withSlaveMac(String value)
public SlaveAuthType withRequestSourceIp(String value)
public SlaveAuthType withSlaveInstanceName(String value)
public SlaveAuthType withHostname(String value)
public SlaveAuthType withLicenseStatus(VersionType value)
Copyright © 2015. All rights reserved.