public class EndpointPropertiesSubnetsItem extends Object
Constructor and Description |
---|
EndpointPropertiesSubnetsItem() |
Modifier and Type | Method and Description |
---|---|
String |
first()
Get first address in the subnet.
|
String |
last()
Get last address in the subnet.
|
Integer |
scope()
Get block size (number of leading bits in the subnet mask).
|
EndpointPropertiesSubnetsItem |
withFirst(String first)
Set first address in the subnet.
|
EndpointPropertiesSubnetsItem |
withLast(String last)
Set last address in the subnet.
|
EndpointPropertiesSubnetsItem |
withScope(Integer scope)
Set block size (number of leading bits in the subnet mask).
|
public String first()
public EndpointPropertiesSubnetsItem withFirst(String first)
first
- the first value to setpublic String last()
public EndpointPropertiesSubnetsItem withLast(String last)
last
- the last value to setpublic Integer scope()
public EndpointPropertiesSubnetsItem withScope(Integer scope)
scope
- the scope value to setCopyright © 2019. All rights reserved.