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 booleanequals(Object o)Collection<String>getIpAddresses()StringgetLabel()ListTypegetListType()inthashCode()CreateIpAccessListsetIpAddresses(Collection<String> ipAddresses)CreateIpAccessListsetLabel(String label)CreateIpAccessListsetListType(ListType listType)StringtoString()
-
-
-
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()
-
-