public class VmQuestionAnswer extends Object
ResourceEntityType.Status#WAITING_FOR_INPUT state.
<complexType name="VmQuestionAnswer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ChoiceId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="QuestionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VmQuestionAnswer.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
VmQuestionAnswer() |
|
VmQuestionAnswer(int choiceId,
String questionId) |
| Modifier and Type | Method and Description |
|---|---|
static VmQuestionAnswer.Builder |
builder() |
boolean |
equals(Object o) |
int |
getChoiceId()
Gets the value of the choiceId property.
|
String |
getQuestionId()
Gets the value of the questionId property.
|
int |
hashCode() |
VmQuestionAnswer.Builder |
toBuilder() |
String |
toString() |
protected VmQuestionAnswer()
public VmQuestionAnswer(int choiceId,
String questionId)
public static VmQuestionAnswer.Builder builder()
public VmQuestionAnswer.Builder toBuilder()
public int getChoiceId()
public String getQuestionId()
StringCopyright © 2009-2013 jclouds. All Rights Reserved.