class MeasurementDto extends Serializable
用来表示指标
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MeasurementDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAction(): String
-
def
getAggregator(): String
聚合方式,如 sum
- def getAttribute(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFilter(): FilterDto
指标的过滤条件
- def getId(): String
-
def
getName(): String
指标名
-
def
getTimeRange(): String
表示时间,比如 7天前 day:8,1, 30天前 day:31,1, 绝对时间 abs:1603631197000,1604631197000
- def getType(): String
-
def
getWeight(): Double
指标权重
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setAction(action: String): Unit
-
def
setAggregator(aggregator: String): Unit
聚合方式,如 sum
- def setAttribute(attribute: String): Unit
-
def
setFilter(filter: FilterDto): Unit
指标的过滤条件
- def setId(id: String): Unit
-
def
setName(name: String): Unit
指标名
-
def
setTimeRange(timeRange: String): Unit
表示时间,比如 7天前 day:8,1, 30天前 day:31,1, 绝对时间 abs:1603631197000,1604631197000
- def setType(type: String): Unit
-
def
setWeight(weight: Double): Unit
指标权重
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- MeasurementDto → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()