Class IpAccessListInfo
- java.lang.Object
-
- com.databricks.sdk.service.settings.IpAccessListInfo
-
@Generated public class IpAccessListInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description IpAccessListInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetAddressCount()LonggetCreatedAt()LonggetCreatedBy()BooleangetEnabled()Collection<String>getIpAddresses()StringgetLabel()StringgetListId()ListTypegetListType()LonggetUpdatedAt()LonggetUpdatedBy()inthashCode()IpAccessListInfosetAddressCount(Long addressCount)IpAccessListInfosetCreatedAt(Long createdAt)IpAccessListInfosetCreatedBy(Long createdBy)IpAccessListInfosetEnabled(Boolean enabled)IpAccessListInfosetIpAddresses(Collection<String> ipAddresses)IpAccessListInfosetLabel(String label)IpAccessListInfosetListId(String listId)IpAccessListInfosetListType(ListType listType)IpAccessListInfosetUpdatedAt(Long updatedAt)IpAccessListInfosetUpdatedBy(Long updatedBy)StringtoString()
-
-
-
Method Detail
-
setAddressCount
public IpAccessListInfo setAddressCount(Long addressCount)
-
getAddressCount
public Long getAddressCount()
-
setCreatedAt
public IpAccessListInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public IpAccessListInfo setCreatedBy(Long createdBy)
-
getCreatedBy
public Long getCreatedBy()
-
setEnabled
public IpAccessListInfo setEnabled(Boolean enabled)
-
getEnabled
public Boolean getEnabled()
-
setIpAddresses
public IpAccessListInfo setIpAddresses(Collection<String> ipAddresses)
-
getIpAddresses
public Collection<String> getIpAddresses()
-
setLabel
public IpAccessListInfo setLabel(String label)
-
getLabel
public String getLabel()
-
setListId
public IpAccessListInfo setListId(String listId)
-
getListId
public String getListId()
-
setListType
public IpAccessListInfo setListType(ListType listType)
-
getListType
public ListType getListType()
-
setUpdatedAt
public IpAccessListInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public IpAccessListInfo setUpdatedBy(Long updatedBy)
-
getUpdatedBy
public Long getUpdatedBy()
-
-