public class CustomFeature extends Object
| 构造器和说明 |
|---|
CustomFeature() |
public CustomFeature accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public CustomFeature featureId(Long featureId)
public Long getFeatureId()
public void setFeatureId(Long featureId)
public CustomFeature name(String name)
public String getName()
public void setName(String name)
public CustomFeature description(String description)
public String getDescription()
public void setDescription(String description)
public CustomFeature featureClassId(Long featureClassId)
public Long getFeatureClassId()
public void setFeatureClassId(Long featureClassId)
public CustomFeature featureSpec(FeatureSpec featureSpec)
public FeatureSpec getFeatureSpec()
public void setFeatureSpec(FeatureSpec featureSpec)
public CustomFeature isSupportedTimeWindow(Boolean isSupportedTimeWindow)
public Boolean isIsSupportedTimeWindow()
public void setIsSupportedTimeWindow(Boolean isSupportedTimeWindow)
public CustomFeature timeWindow(List<Long> timeWindow)
public CustomFeature addTimeWindowItem(Long timeWindowItem)
public CustomFeature createdTime(String createdTime)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
Copyright © 2020. All rights reserved.