Modifier and Type | Field and Description |
---|---|
List<FdsetFdInfo> |
fds |
long |
fdsetId |
Constructor and Description |
---|
FdsetInfo() |
FdsetInfo(long fdsetId,
List<FdsetFdInfo> fds) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
FdsetInfo |
withFds(List<FdsetFdInfo> value) |
FdsetInfo |
withFdsetId(long value) |
toString
public FdsetInfo()
public FdsetInfo(long fdsetId, List<FdsetFdInfo> fds)
@Nonnull public FdsetInfo withFdsetId(long value)
@Nonnull public FdsetInfo withFds(List<FdsetFdInfo> value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException