protectedstaticfinalStringPAGE_DATA_PARAMETERS="You can specify parameters to filter the results. "+
@ -128,9 +129,9 @@ public class ControllerConstants {
protectedstaticfinalStringEVENT_END_TIME_DESCRIPTION="Timestamp. Events with creation time after it won't be queried.";
protectedstaticfinalStringEDGE_UNASSIGN_ASYNC_FIRST_STEP_DESCRIPTION="Unassignment works in async way - first, 'unassign' notification event pushed to edge queue on platform. ";
protectedstaticfinalStringEDGE_UNASSIGN_RECEIVE_STEP_DESCRIPTION="(Edge will receive this instantly, if it's currently connected, or once it's going to be connected to platform)";
protectedstaticfinalStringEDGE_UNASSIGN_RECEIVE_STEP_DESCRIPTION="(Edge will receive this instantly, if it's currently connected, or once it's going to be connected to platform). ";
protectedstaticfinalStringEDGE_ASSIGN_ASYNC_FIRST_STEP_DESCRIPTION="Assignment works in async way - first, notification event pushed to edge service queue on platform. ";
protectedstaticfinalStringEDGE_ASSIGN_RECEIVE_STEP_DESCRIPTION="(Edge will receive this instantly, if it's currently connected, or once it's going to be connected to platform)";
protectedstaticfinalStringEDGE_ASSIGN_RECEIVE_STEP_DESCRIPTION="(Edge will receive this instantly, if it's currently connected, or once it's going to be connected to platform). ";
@ApiModelProperty(position=8,value="Label that may be used in widgets",example="Silo Edge on far field")
publicStringgetLabel(){
returnthis.label;
}
@Override
publicStringgetSearchText(){
returngetName();
}
@ApiModelProperty(position=9,required=true,value="Edge routing key ('username') to authorize on cloud")
publicStringgetRoutingKey(){
returnthis.routingKey;
}
@ApiModelProperty(position=10,required=true,value="Edge secret ('password') to authorize on cloud")
publicStringgetSecret(){
returnthis.secret;
}
@ApiModelProperty(position=11,required=true,value="Edge license key obtained from license portal",example="AgcnI24Z06XC&m6Sxsdgf")
publicStringgetEdgeLicenseKey(){
returnthis.edgeLicenseKey;
}
@ApiModelProperty(position=12,required=true,value="Edge uses this cloud URL to activate and periodically check it's license",example="https://thingsboard.cloud")