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