public class VmPendingQuestion extends Resource
<complexType name="VmPendingQuestion" />
Modifier and Type | Class and Description |
---|---|
static class |
VmPendingQuestion.Builder<B extends VmPendingQuestion.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
VmPendingQuestion() |
|
VmPendingQuestion(VmPendingQuestion.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static VmPendingQuestion.Builder<?> |
builder() |
boolean |
equals(Object o) |
List<VmQuestionAnswerChoice> |
getChoices()
Gets the value of the choices property.
|
String |
getQuestion()
Gets the value of the question property.
|
String |
getQuestionId()
Gets the value of the questionId property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
VmPendingQuestion.Builder<?> |
toBuilder() |
protected VmPendingQuestion()
public VmPendingQuestion(VmPendingQuestion.Builder<?> builder)
public static VmPendingQuestion.Builder<?> builder()
public VmPendingQuestion.Builder<?> toBuilder()
public String getQuestion()
public String getQuestionId()
public List<VmQuestionAnswerChoice> getChoices()
Copyright © 2009-2013 jclouds. All Rights Reserved.