@Generated public class IpAccessListInfo extends Object
Constructor and Description |
---|
IpAccessListInfo() |
Modifier and Type | Method and 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() |
public IpAccessListInfo setAddressCount(Long addressCount)
public Long getAddressCount()
public IpAccessListInfo setCreatedAt(Long createdAt)
public Long getCreatedAt()
public IpAccessListInfo setCreatedBy(Long createdBy)
public Long getCreatedBy()
public IpAccessListInfo setEnabled(Boolean enabled)
public Boolean getEnabled()
public IpAccessListInfo setIpAddresses(Collection<String> ipAddresses)
public Collection<String> getIpAddresses()
public IpAccessListInfo setLabel(String label)
public String getLabel()
public IpAccessListInfo setListId(String listId)
public String getListId()
public IpAccessListInfo setListType(ListType listType)
public ListType getListType()
public IpAccessListInfo setUpdatedAt(Long updatedAt)
public Long getUpdatedAt()
public IpAccessListInfo setUpdatedBy(Long updatedBy)
public Long getUpdatedBy()
Copyright © 2024. All rights reserved.