public static class UrlTesterData.Urls extends java.lang.Object implements java.lang.Iterable<UrlTestConfig>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UrlTestConfig> |
urlTestConfig |
Constructor and Description |
---|
Urls() |
Urls(UrlTesterData.Urls o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UrlTestConfig> |
getUrlTestConfig() |
boolean |
isEmpty() |
java.util.Iterator<UrlTestConfig> |
iterator() |
UrlTesterData.Urls |
makeCopy() |
void |
setUrlTestConfig(java.util.List<UrlTestConfig> __value) |
UrlTesterData.Urls |
withUrlTestConfig(java.util.List<UrlTestConfig> __value) |
protected java.util.List<UrlTestConfig> urlTestConfig
public Urls()
public Urls(UrlTesterData.Urls o)
public UrlTesterData.Urls makeCopy()
public java.util.Iterator<UrlTestConfig> iterator()
iterator
in interface java.lang.Iterable<UrlTestConfig>
public boolean isEmpty()
public java.util.List<UrlTestConfig> getUrlTestConfig()
public void setUrlTestConfig(java.util.List<UrlTestConfig> __value)
public UrlTesterData.Urls withUrlTestConfig(java.util.List<UrlTestConfig> __value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.