Package com.vmware.nsx_policy.model
Class MpOspfSummaryLinkStates.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpOspfSummaryLinkStates.Builder
-
- Enclosing class:
- MpOspfSummaryLinkStates
public static final class MpOspfSummaryLinkStates.Builder extends java.lang.Object
Builder class forMpOspfSummaryLinkStates
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpOspfSummaryLinkStates
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpOspfSummaryLinkStates
build()
MpOspfSummaryLinkStates.Builder
setAdvertisedRouter(java.lang.String advertisedRouter)
OSPF advertised router This property may be present in responses from the server, but if it is present in a request to server it will be ignored.MpOspfSummaryLinkStates.Builder
setChecksum(java.lang.String checksum)
Cost of the route This property may be present in responses from the server, but if it is present in a request to server it will be ignored.MpOspfSummaryLinkStates.Builder
setLinkStateId(java.lang.String linkStateId)
OSPF link id This property may be present in responses from the server, but if it is present in a request to server it will be ignored.MpOspfSummaryLinkStates.Builder
setSequenceNumber(java.lang.String sequenceNumber)
Sequence number This property may be present in responses from the server, but if it is present in a request to server it will be ignored.MpOspfSummaryLinkStates.Builder
setSummaryAddress(java.lang.String summaryAddress)
OSPF summary address format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.MpOspfSummaryLinkStates.Builder
setUpTime(java.lang.Long upTime)
LSA age format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpOspfSummaryLinkStates
.
-
-
Method Detail
-
setAdvertisedRouter
public MpOspfSummaryLinkStates.Builder setAdvertisedRouter(java.lang.String advertisedRouter)
OSPF advertised router This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
advertisedRouter
- New value for the property.
-
setChecksum
public MpOspfSummaryLinkStates.Builder setChecksum(java.lang.String checksum)
Cost of the route This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
checksum
- New value for the property.
-
setLinkStateId
public MpOspfSummaryLinkStates.Builder setLinkStateId(java.lang.String linkStateId)
OSPF link id This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
linkStateId
- New value for the property.
-
setSequenceNumber
public MpOspfSummaryLinkStates.Builder setSequenceNumber(java.lang.String sequenceNumber)
Sequence number This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
sequenceNumber
- New value for the property.
-
setSummaryAddress
public MpOspfSummaryLinkStates.Builder setSummaryAddress(java.lang.String summaryAddress)
OSPF summary address format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
summaryAddress
- New value for the property.
-
setUpTime
public MpOspfSummaryLinkStates.Builder setUpTime(java.lang.Long upTime)
LSA age format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
upTime
- New value for the property.
-
build
public MpOspfSummaryLinkStates build()
-
-