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 boolean
equals(Object o)
Long
getAddressCount()
Long
getCreatedAt()
Long
getCreatedBy()
Boolean
getEnabled()
Collection<String>
getIpAddresses()
String
getLabel()
String
getListId()
ListType
getListType()
Long
getUpdatedAt()
Long
getUpdatedBy()
int
hashCode()
IpAccessListInfo
setAddressCount(Long addressCount)
IpAccessListInfo
setCreatedAt(Long createdAt)
IpAccessListInfo
setCreatedBy(Long createdBy)
IpAccessListInfo
setEnabled(Boolean enabled)
IpAccessListInfo
setIpAddresses(Collection<String> ipAddresses)
IpAccessListInfo
setLabel(String label)
IpAccessListInfo
setListId(String listId)
IpAccessListInfo
setListType(ListType listType)
IpAccessListInfo
setUpdatedAt(Long updatedAt)
IpAccessListInfo
setUpdatedBy(Long updatedBy)
String
toString()
-
-
-
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()
-
-