public class SessionManagerHttpServiceRequestSpec extends SessionManagerServiceRequestSpec
Java class for SessionManagerHttpServiceRequestSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionManagerHttpServiceRequestSpec">
<complexContent>
<extension base="{urn:vim25}SessionManagerServiceRequestSpec">
<sequence>
<element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
method |
protected String |
url |
| Constructor and Description |
|---|
SessionManagerHttpServiceRequestSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets the value of the method property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public SessionManagerHttpServiceRequestSpec()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2018. All rights reserved.