| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| NamespaceLockDTO |
|
| 1.0;1 |
| 1 | package com.ctrip.framework.apollo.core.dto; | |
| 2 | ||
| 3 | 0 | public class NamespaceLockDTO extends BaseDTO{ |
| 4 | ||
| 5 | private long namespaceId; | |
| 6 | ||
| 7 | public long getNamespaceId() { | |
| 8 | 0 | return namespaceId; |
| 9 | } | |
| 10 | ||
| 11 | public void setNamespaceId(long namespaceId) { | |
| 12 | 0 | this.namespaceId = namespaceId; |
| 13 | 0 | } |
| 14 | } |