Modifier and Type | Field and Description |
---|---|
static int |
AINT_FIELD_NUMBER |
static int |
ASTRING_FIELD_NUMBER |
static int |
LINT_FIELD_NUMBER |
static int |
LINTSTRING_FIELD_NUMBER |
static int |
LSTRING_FIELD_NUMBER |
Constructor and Description |
---|
Complexpb.Complex(int aint,
String aString,
List<Integer> lint,
List<String> lString,
List<Complexpb.IntString> lintString) |
Modifier and Type | Method and Description |
---|---|
int |
getAint() |
String |
getAString() |
int |
getLint(int index) |
int |
getLintCount() |
List<Integer> |
getLintList() |
Complexpb.IntString |
getLintString(int index) |
int |
getLintStringCount() |
List<Complexpb.IntString> |
getLintStringList() |
String |
getLString(int index) |
int |
getLStringCount() |
List<String> |
getLStringList() |
boolean |
hasAint() |
boolean |
hasAString() |
boolean |
isInitialized() |
public static final int AINT_FIELD_NUMBER
public static final int ASTRING_FIELD_NUMBER
public static final int LINT_FIELD_NUMBER
public static final int LSTRING_FIELD_NUMBER
public static final int LINTSTRING_FIELD_NUMBER
public boolean hasAint()
public int getAint()
public boolean hasAString()
public String getAString()
public int getLintCount()
public int getLint(int index)
public int getLStringCount()
public String getLString(int index)
public List<Complexpb.IntString> getLintStringList()
public int getLintStringCount()
public Complexpb.IntString getLintString(int index)
public final boolean isInitialized()
Copyright © 2017 The Apache Software Foundation. All rights reserved.