Class CreateIpAccessList
- java.lang.Object
-
- com.databricks.sdk.service.settings.CreateIpAccessList
-
@Generated public class CreateIpAccessList extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateIpAccessList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<String>
getIpAddresses()
String
getLabel()
ListType
getListType()
int
hashCode()
CreateIpAccessList
setIpAddresses(Collection<String> ipAddresses)
CreateIpAccessList
setLabel(String label)
CreateIpAccessList
setListType(ListType listType)
String
toString()
-
-
-
Method Detail
-
setIpAddresses
public CreateIpAccessList setIpAddresses(Collection<String> ipAddresses)
-
getIpAddresses
public Collection<String> getIpAddresses()
-
setLabel
public CreateIpAccessList setLabel(String label)
-
getLabel
public String getLabel()
-
setListType
public CreateIpAccessList setListType(ListType listType)
-
getListType
public ListType getListType()
-
-