public class VmQuestionAnswerChoice extends Object
 <complexType name="VmQuestionAnswerChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
VmQuestionAnswerChoice.Builder  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
VmQuestionAnswerChoice()  | 
  | 
VmQuestionAnswerChoice(int id,
                      String text)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VmQuestionAnswerChoice.Builder | 
builder()  | 
boolean | 
equals(Object o)  | 
int | 
getId()
Gets the value of the id property. 
 | 
String | 
getText()
Gets the value of the text property. 
 | 
int | 
hashCode()  | 
VmQuestionAnswerChoice.Builder | 
toBuilder()  | 
String | 
toString()  | 
protected VmQuestionAnswerChoice()
public VmQuestionAnswerChoice(int id,
                      String text)
public static VmQuestionAnswerChoice.Builder builder()
public VmQuestionAnswerChoice.Builder toBuilder()
public int getId()
public String getText()
StringCopyright © 2009-2013 jclouds. All Rights Reserved.