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.ObjectBuilder 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 MpOspfSummaryLinkStatesbuild()MpOspfSummaryLinkStates.BuildersetAdvertisedRouter(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.BuildersetChecksum(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.BuildersetLinkStateId(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.BuildersetSequenceNumber(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.BuildersetSummaryAddress(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.BuildersetUpTime(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()
-
-