org.jclouds.vcloud.director.v1_5.domain
Class ScreenTicket
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.ScreenTicket
public class ScreenTicket
- extends Object
The ticket for accessing the console of a VM.
<complexType name="ScreenTicket" />
ScreenTicket
protected ScreenTicket()
ScreenTicket
public ScreenTicket(String value)
builder
public static ScreenTicket.Builder builder()
toBuilder
public ScreenTicket.Builder toBuilder()
getValue
public String getValue()
- Gets the value of the value property.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.