public static class TasksStatus.ExistingDocumentAdds extends java.lang.Object implements java.lang.Iterable<PerSliceInfo>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<PerSliceInfo> |
perSliceInfo |
Constructor and Description |
---|
ExistingDocumentAdds() |
ExistingDocumentAdds(TasksStatus.ExistingDocumentAdds o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PerSliceInfo> |
getPerSliceInfo() |
boolean |
isEmpty() |
java.util.Iterator<PerSliceInfo> |
iterator() |
TasksStatus.ExistingDocumentAdds |
makeCopy() |
void |
setPerSliceInfo(java.util.List<PerSliceInfo> __value) |
TasksStatus.ExistingDocumentAdds |
withPerSliceInfo(java.util.List<PerSliceInfo> __value) |
protected java.util.List<PerSliceInfo> perSliceInfo
public ExistingDocumentAdds()
public ExistingDocumentAdds(TasksStatus.ExistingDocumentAdds o)
public TasksStatus.ExistingDocumentAdds makeCopy()
public java.util.Iterator<PerSliceInfo> iterator()
iterator
in interface java.lang.Iterable<PerSliceInfo>
public boolean isEmpty()
public java.util.List<PerSliceInfo> getPerSliceInfo()
public void setPerSliceInfo(java.util.List<PerSliceInfo> __value)
public TasksStatus.ExistingDocumentAdds withPerSliceInfo(java.util.List<PerSliceInfo> __value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.