Class Address.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.protection.Address.Mask
-
- Enclosing class:
- Address
public static class Address.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Mask
account()
Address.Mask
departmentId()
Address.Mask
ipAddress()
Location.Mask
location()
Address.Mask
managementMethodType()
Employee.Mask
modifiedUser()
Router.Mask
primaryRouter()
Provider.Mask
serviceProvider()
Subnet.Mask
subnet()
IpAddress.Mask
subnetIpAddress()
Employee.Mask
terminatedUser()
Ticket.Mask
ticket()
Address.Mask
transactionCount()
Transaction.Mask
transactions()
Department.Mask
userDepartment()
Employee.Mask
userRecord()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
location
public Location.Mask location()
-
modifiedUser
public Employee.Mask modifiedUser()
-
primaryRouter
public Router.Mask primaryRouter()
-
serviceProvider
public Provider.Mask serviceProvider()
-
subnet
public Subnet.Mask subnet()
-
subnetIpAddress
public IpAddress.Mask subnetIpAddress()
-
terminatedUser
public Employee.Mask terminatedUser()
-
ticket
public Ticket.Mask ticket()
-
transactions
public Transaction.Mask transactions()
-
userDepartment
public Department.Mask userDepartment()
-
userRecord
public Employee.Mask userRecord()
-
departmentId
public Address.Mask departmentId()
-
ipAddress
public Address.Mask ipAddress()
-
managementMethodType
public Address.Mask managementMethodType()
-
transactionCount
public Address.Mask transactionCount()
-
-