Package com.vmware.nsx_policy.model
Class SpanSiteInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SpanSiteInfo.Builder
-
- Enclosing class:
- SpanSiteInfo
public static final class SpanSiteInfo.Builder extends java.lang.ObjectBuilder class forSpanSiteInfo.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofSpanSiteInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpanSiteInfobuild()SpanSiteInfo.BuildersetSiteId(java.lang.String siteId)Site UUID representing the Site resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SpanSiteInfo.BuildersetSitePath(java.lang.String sitePath)Path of the Site resource 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 ofSpanSiteInfo.
-
-
Method Detail
-
setSiteId
public SpanSiteInfo.Builder setSiteId(java.lang.String siteId)
Site UUID representing the Site resource 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:
siteId- New value for the property.
-
setSitePath
public SpanSiteInfo.Builder setSitePath(java.lang.String sitePath)
Path of the Site resource 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:
sitePath- New value for the property.
-
build
public SpanSiteInfo build()
-
-